use floating stack

This commit is contained in:
SrGooglo 2023-05-24 17:39:02 +00:00
parent bf69422cbd
commit b2eeac35ab

View File

@ -6,7 +6,17 @@ import { Sidebar, Drawer, Sidedrawer, Modal } from "components/Layout"
import BackgroundDecorator from "components/BackgroundDecorator"
import { createWithDom as FloatingStack } from "../components/floatingStack"
export default (props) => {
React.useEffect(() => {
const floatingStack = FloatingStack()
return () => {
floatingStack.remove()
}
}, [])
return <>
<BackgroundDecorator />