2023-09-29 16:01:27 +02:00
|
|
|
// __SDEFILE__ - This file is a dependency for the stand-alone environment
|
2023-07-23 18:42:06 +02:00
|
|
|
import { Popout } from 'shared/components/popout/index.mjs'
|
2023-04-09 15:57:25 +02:00
|
|
|
|
|
|
|
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>
|
|
|
|
)
|