summaryrefslogtreecommitdiffstats
path: root/src/index.tsx
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <tom@vanderlee.io>2022-02-16 21:10:39 +0100
committerGravatar Tom van der Lee <tom@vanderlee.io>2022-02-16 21:10:39 +0100
commita86f0a804bf8d1ff37d9027930aad1fdcbde3ad6 (patch)
treef9c8eff30e1f38cf7f3320590eadbdbe2af5291f /src/index.tsx
parente2aed74b7a9807bf87a9bf337c8a2e84a4bcbfde (diff)
downloadclient-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.tsx4
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";
5import "~/index.scss"; 5import "~/index.scss";
6import DarkModeProvider from "./contexts/DarkMode"; 6import DarkModeProvider from "./contexts/DarkMode";
7 7
8import dayjs from "dayjs";
9import localizedFormat from "dayjs/plugin/localizedFormat";
10dayjs.extend(localizedFormat);
11
8ReactDOM.render( 12ReactDOM.render(
9 <DarkModeProvider> 13 <DarkModeProvider>
10 <App /> 14 <App />