frontPanel/src/pages/startPage/steptwo.tsx

7 lines
113 B
TypeScript
Raw Normal View History

2023-03-01 22:59:51 +00:00
import {Box} from "@mui/material";
export default function Steptwo () {
return (
<Box></Box>
)
}