mirror of
https://github.com/muerwre/markdown-home-tab.git
synced 2025-05-06 22:36:40 +07:00
added translations
This commit is contained in:
parent
00a11d05e0
commit
378687df52
13 changed files with 156 additions and 15 deletions
|
@ -2,10 +2,12 @@ import React from "react";
|
|||
import ReactDOM from "react-dom/client";
|
||||
import { Editor } from "~/pages/editor";
|
||||
|
||||
import "./styles/main.scss";
|
||||
import { ThemeProvider } from "./modules/theme/containers/ThemeProvider";
|
||||
import { SettingsProvider } from "./modules/settings/providers/SettingsProvider";
|
||||
|
||||
import "./i18n";
|
||||
import "./styles/main.scss";
|
||||
|
||||
ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render(
|
||||
<React.StrictMode>
|
||||
<SettingsProvider>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue