mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-02-06 09:55:47 +00:00
refactor(lib): move Modal from Gaming to AppShell
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
4eb782a6f0
commit
5caec3f0f5
@ -1,7 +1,7 @@
|
||||
import { MapOverlayPage } from '#components/Templates'
|
||||
|
||||
/**
|
||||
* @category Gaming
|
||||
* @category AppShell
|
||||
*/
|
||||
export function Modal({ children }: { children: React.ReactNode }) {
|
||||
return (
|
||||
@ -2,4 +2,5 @@ export * from './AppShell'
|
||||
export { SideBar } from './SideBar'
|
||||
export { Content } from './Content'
|
||||
export { InfoRedirect } from './InfoRedirect'
|
||||
export { Modal } from './Modal'
|
||||
export { default as SVG } from 'react-inlinesvg'
|
||||
|
||||
@ -1,2 +1 @@
|
||||
export { Modal } from './Modal'
|
||||
export { Quests } from './Quests'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user