From 648b804e72d4831e41e02dfd7d6b5a9ac7660b58 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Fri, 30 Aug 2024 11:19:30 +0200 Subject: Added ui --- src/index.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/index.tsx') diff --git a/src/index.tsx b/src/index.tsx index d83fd38..a2c18e3 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -7,11 +7,14 @@ import DarkModeProvider from "./contexts/DarkMode"; import dayjs from "dayjs"; import localizedFormat from "dayjs/plugin/localizedFormat"; +import ConnectionProvider from "~/contexts/Connection"; dayjs.extend(localizedFormat); ReactDOM.render( - + + + , document.getElementById("root") ); -- cgit v1.2.3