diff options
| author | 2022-02-16 21:10:39 +0100 | |
|---|---|---|
| committer | 2022-02-16 21:10:39 +0100 | |
| commit | a86f0a804bf8d1ff37d9027930aad1fdcbde3ad6 (patch) | |
| tree | f9c8eff30e1f38cf7f3320590eadbdbe2af5291f /src/index.tsx | |
| parent | e2aed74b7a9807bf87a9bf337c8a2e84a4bcbfde (diff) | |
| download | client-1.4.0.tar.gz client-1.4.0.tar.bz2 client-1.4.0.zip | |
Added a timestampv1.4.0.post1v1.4.0
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 /> |
