setting up the framework for rebuilding the bin modes

This commit is contained in:
csawatzky 2026-06-18 10:54:14 -06:00
parent a4ed52db1e
commit 6d1c9431f2
5 changed files with 90 additions and 0 deletions

View file

@ -0,0 +1,9 @@
import { Box } from "@mui/material";
export default function DryingMode(){
return (
<Box>
</Box>
)
}