1
0
Fork 0

wip(shared): Work on modal menu

This commit is contained in:
joostdecock 2023-04-09 15:57:25 +02:00
parent aaef2a5b4a
commit dbab735eeb
16 changed files with 327 additions and 32 deletions

View file

@ -0,0 +1,11 @@
import { Popout } from 'shared/components/popout.mjs'
export const V3Wip = () => (
<Popout fixme>
<h5>This is not yet implemented</h5>
<p>
This is a work-in-progress to build a new FreeSewing.org website for version 3 of FreeSewing.
</p>
<p>This warning indicates that something that should be here is not yet implemented.</p>
</Popout>
)