update imports

This commit is contained in:
Thomas Ruoff
2020-08-11 22:50:40 +02:00
parent 8fe5becd29
commit 99b02e32bf
4 changed files with 7 additions and 8 deletions

View File

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