From 824075af2e9131a6004d286b4fcb5fc55f769959 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Tue, 20 Feb 2024 17:30:02 +0100 Subject: [PATCH] export OverlayPage --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index 1b826b0a..4f753a11 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -3,7 +3,7 @@ export {AppShell, Content, SideBar} from "./Components/AppShell" export {AuthProvider, useAuth, LoginPage, SignupPage, RequestPasswordPage, SetNewPasswordPage} from "./Components/Auth" export {UserSettings, ProfileSettings, OverlayProfile, OverlayProfileSettings, OverlayUserSettings} from './Components/Profile' export {Quests, Modal} from './Components/Gaming' -export {TitleCard, CardPage} from './Components/Templates' +export {TitleCard, CardPage, MapOverlayPage} from './Components/Templates' export {TextInput, TextAreaInput, SelectBox} from './Components/Input' import "./index.css"