feat(mobx): add drafts and state context

This commit is contained in:
Paul Makles
2021-12-10 12:53:41 +00:00
parent 66bfc658c3
commit 5a41c25e3c
10 changed files with 285 additions and 14 deletions

View File

@@ -9,6 +9,10 @@ import Theme from "./Theme";
import Intermediate from "./intermediate/Intermediate";
import Client from "./revoltjs/RevoltClient";
/**
* This component provides all of the application's context layers.
* @param param0 Provided children
*/
export default function Context({ children }: { children: Children }) {
return (
<Router basename={import.meta.env.BASE_URL}>