init: impersonator functional

This commit is contained in:
CodinMaster
2021-08-22 03:44:44 +05:30
commit 4852cf8ee7
20 changed files with 13403 additions and 0 deletions

10
src/theme.js Normal file
View File

@@ -0,0 +1,10 @@
import { extendTheme } from "@chakra-ui/react";
const config = {
initialColorMode: "dark",
useSystemColorMode: false,
};
const theme = extendTheme({ config });
export default theme;