feat(nui): Circle progressbar

This commit is contained in:
Luke
2022-03-15 15:42:54 +01:00
parent 28ea678b92
commit 44491b92df
4 changed files with 100 additions and 0 deletions

View File

@@ -5,6 +5,14 @@ import App from "./components/App";
import { VisibilityProvider } from "./providers/VisibilityProvider";
import { ChakraProvider } from "@chakra-ui/react";
import { theme } from "./theme";
import { debugData } from "./utils/debugData";
debugData([
{
action: "setVisible",
data: true,
},
]);
ReactDOM.render(
<React.StrictMode>