8 lines
101 B
TypeScript
8 lines
101 B
TypeScript
|
import Home from 'containers/Home';
|
||
|
|
||
|
export default function Index() {
|
||
|
return (
|
||
|
<Home />
|
||
|
)
|
||
|
}
|