diff --git a/commafeed-client/src/main.tsx b/commafeed-client/src/main.tsx index 78bdd1e6..1637f49e 100644 --- a/commafeed-client/src/main.tsx +++ b/commafeed-client/src/main.tsx @@ -2,7 +2,6 @@ import "@fontsource/open-sans" import { store } from "app/store" import dayjs from "dayjs" import relativeTime from "dayjs/plugin/relativeTime" -import React from "react" import ReactDOM from "react-dom/client" import { Provider } from "react-redux" import "swagger-ui-react/swagger-ui.css" @@ -11,9 +10,7 @@ import { App } from "./App" dayjs.extend(relativeTime) ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render( - - - - - + + + )