diff options
Diffstat (limited to 'src/index.tsx')
| -rw-r--r-- | src/index.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/index.tsx b/src/index.tsx index 83f8970..d83fd38 100644 --- a/src/index.tsx +++ b/src/index.tsx | |||
| @@ -5,6 +5,10 @@ import App from "~/components/App/App"; | |||
| 5 | import "~/index.scss"; | 5 | import "~/index.scss"; |
| 6 | import DarkModeProvider from "./contexts/DarkMode"; | 6 | import DarkModeProvider from "./contexts/DarkMode"; |
| 7 | 7 | ||
| 8 | import dayjs from "dayjs"; | ||
| 9 | import localizedFormat from "dayjs/plugin/localizedFormat"; | ||
| 10 | dayjs.extend(localizedFormat); | ||
| 11 | |||
| 8 | ReactDOM.render( | 12 | ReactDOM.render( |
| 9 | <DarkModeProvider> | 13 | <DarkModeProvider> |
| 10 | <App /> | 14 | <App /> |
