6
packages/react/src/index.ts
Normal file
6
packages/react/src/index.ts
Normal file
@ -0,0 +1,6 @@
|
||||
/* eslint-disable import/no-anonymous-default-export */
|
||||
import { Standard } from './Standard'
|
||||
|
||||
export { Standard }
|
||||
|
||||
export default { Standard }
|
Reference in New Issue
Block a user