move all wizard specific stuff to components/wizard

This commit is contained in:
Thomas Ruoff
2020-08-22 00:25:14 +02:00
parent 1df26814ba
commit 1bf7c7b801
9 changed files with 23 additions and 16 deletions

View File

@@ -0,0 +1,4 @@
import React from 'react'
const Required = () => <span>*</span>
export default Required