Skip to content

Commit

Permalink
fix import warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
wbglaeser committed Jun 14, 2024
1 parent 6557332 commit 1e11965
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import {Typography} from '@mui/material';
import VStack from "../../../components/VStack";
import HStack from "../../../components/HStack";
import {yellow, blue, green, red, grey} from "@mui/material/colors";
import {green, red, grey} from "@mui/material/colors";
import {Circle, Add} from "@mui/icons-material";

const data = [
Expand Down

0 comments on commit 1e11965

Please sign in to comment.