theme: migrate to custom fork of rebass for latest changes

This commit is contained in:
Abdullah Atta
2022-08-29 20:02:25 +05:00
parent 2233d478cf
commit a1834b15c1
155 changed files with 7277 additions and 39637 deletions

View File

@@ -1,5 +1,5 @@
import { useEffect } from "react";
import { Flex } from "rebass";
import { Flex } from "@streetwriters/rebass";
import { getTotalSize } from "../../common/attachments";
import { useStore } from "../../stores/attachment-store";
import { formatBytes } from "../../utils/filename";