Files
pfadi-bussle/components/wizard/required.tsx
Thomas Ruoff 90ac05a907 fix most type errors
still have a few things outstanding
2020-09-09 00:25:09 +02:00

5 lines
94 B
TypeScript

import * as React from 'react'
const Required = () => <span>*</span>
export default Required