File size: 76 Bytes
1e92f2d |
1 2 3 4 |
export default function Page(props) {
return <p>{'another - pages'}</p>
}
|
1e92f2d |
1 2 3 4 |
export default function Page(props) {
return <p>{'another - pages'}</p>
}
|