diff --git a/src/routes.tsx b/src/routes.tsx index 876f459..138c227 100644 --- a/src/routes.tsx +++ b/src/routes.tsx @@ -9,11 +9,11 @@ import { AboutBlank } from "./AboutBlank"; //import AutocompleteInput from "./Autocomplete"; import "./style.css"; import "./i18n"; -const theme:string = localStorage.getItem("theme") || "main"; + export default function Routes() { return ( - +