Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPesce committed Oct 5, 2023
1 parent 01b24ba commit ec67589
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,6 @@ import KeyboardArrowDownIcon from '@mui/icons-material/KeyboardArrowDown';
import ArrowRightAltIcon from '@mui/icons-material/ArrowRightAlt';
import KeyboardBackspaceIcon from '@mui/icons-material/KeyboardBackspace';

// const CATEGORIES = [
// {
// name: "Desalination",
// flowsheets: [
// "Magprex flowsheet",
// "Metab flowsheet",
// ]
// },
// {
// name: "Wastewater Recovery",
// flowsheets: [
// "Groundwater treatment flowsheet",
// "Biomembrane filtration flowsheet",
// ]
// },
// ]

const CATEGORIES = {
"Desalination": [
Expand Down

0 comments on commit ec67589

Please sign in to comment.