mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
basic Market View
This commit is contained in:
parent
7f02a56052
commit
3baae9651e
@ -5,3 +5,4 @@ export {MoonCalendar} from './MoonCalendar'
|
||||
export {SelectUser} from "./SelectUser"
|
||||
export {OverlayItemsIndexPage} from "./OverlayItemsIndexPage"
|
||||
export {AttestationForm} from "./AttestationForm"
|
||||
export {MarketView} from "./MarketView"
|
||||
|
||||
@ -3,7 +3,7 @@ export {AppShell, Content, SideBar, Sitemap } from "./Components/AppShell"
|
||||
export {AuthProvider, useAuth, LoginPage, SignupPage, RequestPasswordPage, SetNewPasswordPage} from "./Components/Auth"
|
||||
export {UserSettings, ProfileView, ProfileForm} from './Components/Profile'
|
||||
export {Quests, Modal} from './Components/Gaming'
|
||||
export {TitleCard, CardPage, MapOverlayPage, OverlayItemsIndexPage, MoonCalendar, SelectUser, AttestationForm } from './Components/Templates'
|
||||
export {TitleCard, CardPage, MapOverlayPage, OverlayItemsIndexPage, MoonCalendar, SelectUser, AttestationForm, MarketView } from './Components/Templates'
|
||||
export {TextInput, TextAreaInput, SelectBox} from './Components/Input'
|
||||
|
||||
import "./index.css"
|
||||
|
||||
@ -10,7 +10,8 @@ export interface UtopiaMapProps {
|
||||
geo?: any,
|
||||
showFilterControl?: boolean,
|
||||
showLayerControl?: boolean,
|
||||
showGratitudeControl?: boolean
|
||||
showGratitudeControl?: boolean,
|
||||
infoText? : string
|
||||
}
|
||||
|
||||
export interface LayerProps {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user