setting up the framework for rebuilding the bin modes
This commit is contained in:
parent
a4ed52db1e
commit
6d1c9431f2
5 changed files with 90 additions and 0 deletions
9
src/bin/binModes/DryingMode.tsx
Normal file
9
src/bin/binModes/DryingMode.tsx
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import { Box } from "@mui/material";
|
||||
|
||||
export default function DryingMode(){
|
||||
return (
|
||||
<Box>
|
||||
|
||||
</Box>
|
||||
)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue