refactor(nui): Better organize components

This commit is contained in:
Luke
2022-04-01 21:41:53 +02:00
parent c31fed2c41
commit 993b06e880
10 changed files with 40 additions and 40 deletions

View File

@@ -1,7 +1,7 @@
import React from "react";
import ReactDOM from "react-dom";
import "./index.css";
import App from "./components/App";
import App from "./App";
import { VisibilityProvider } from "./providers/VisibilityProvider";
import { ChakraProvider } from "@chakra-ui/react";
import { theme } from "./theme";