File size: 94 Bytes
1e92f2d |
1 2 3 4 5 |
import Component from '../../index'
export default function Page() {
return <Component />
}
|
1e92f2d |
1 2 3 4 5 |
import Component from '../../index'
export default function Page() {
return <Component />
}
|