| import './style.css' | |
| import { Test } from './test' | |
| export default function Page() { | |
| return ( | |
| <> | |
| <p>nested hello world</p> | |
| <Test /> | |
| </> | |
| ) | |
| } | |
| import './style.css' | |
| import { Test } from './test' | |
| export default function Page() { | |
| return ( | |
| <> | |
| <p>nested hello world</p> | |
| <Test /> | |
| </> | |
| ) | |
| } | |