7 lines
113 B
TypeScript
7 lines
113 B
TypeScript
![]() |
import {Box} from "@mui/material";
|
||
|
|
||
|
export default function Steptwo () {
|
||
|
return (
|
||
|
<Box></Box>
|
||
|
)
|
||
|
}
|