mirror of
https://github.com/muerwre/markdown-home-tab.git
synced 2025-05-06 22:36:40 +07:00
added fonts and icons
This commit is contained in:
parent
1377d25403
commit
d7a09b2729
20 changed files with 694 additions and 18 deletions
|
@ -3,9 +3,12 @@ import ReactDOM from "react-dom/client";
|
|||
import { Editor } from "~/pages/editor";
|
||||
|
||||
import "./styles/main.scss";
|
||||
import { ThemeProvider } from "./modules/theme/containers/ThemeProvider";
|
||||
|
||||
ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render(
|
||||
<React.StrictMode>
|
||||
<Editor />
|
||||
<ThemeProvider>
|
||||
<Editor />
|
||||
</ThemeProvider>
|
||||
</React.StrictMode>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue