11 lines
372 B
JavaScript
11 lines
372 B
JavaScript
import { Popout } from 'shared/components/popout/index.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>
|
|
)
|