6 lines
140 B
JavaScript
6 lines
140 B
JavaScript
import {Typography} from '@mui/material'
|
|
|
|
export default function Page() {
|
|
return <Typography variant='h1'>konstitisyon.la</Typography>
|
|
}
|