mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
14 lines
447 B
TypeScript
14 lines
447 B
TypeScript
export { UtopiaMap, Layer, Tags, Item, Tag } from './Components/Map/index';
|
|
export {AppShell, Content, SideBar} from "./Components/AppShell"
|
|
export {AuthProvider, useAuth} from "./Components/Auth"
|
|
export {Settings} from './Components/Profile'
|
|
export {Quests, Modal} from './Components/Gaming'
|
|
export {TitleCard, CardPage} from './Components/Templates'
|
|
|
|
import "./index.css"
|
|
|
|
declare global {
|
|
interface Window {
|
|
my_modal_3: any;
|
|
}
|
|
} |