feat: new permissions menus

closes #322
This commit is contained in:
Paul Makles
2022-04-22 21:06:12 +01:00
parent 4aad0493ae
commit eee1d4060f
41 changed files with 9786 additions and 5809 deletions

View File

@@ -1,5 +1,5 @@
import { API } from "revolt.js";
import { Nullable } from "revolt.js/dist/util/null";
import { Nullable } from "revolt.js/esm/util/null";
import styled, { css } from "styled-components/macro";
export interface IconBaseProps<T> {