Skip to content

Commit

Permalink
delete unnecesary snackbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Sworzen1 committed Feb 12, 2024
1 parent dd9ae60 commit c33c58a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 91 deletions.
2 changes: 0 additions & 2 deletions govtool/frontend/src/components/atoms/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ export * from "./modal/ModalWrapper";
export * from "./Radio";
export * from "./ScrollToManage";
export * from "./ScrollToTop";
export * from "./snackbar/Snackbar";
export * from "./snackbar/SnackbarMessage";
export * from "./StakeRadio";
export * from "./Tooltip";
export * from "./Typography";
Expand Down
39 changes: 0 additions & 39 deletions govtool/frontend/src/components/atoms/snackbar/Snackbar.tsx

This file was deleted.

49 changes: 0 additions & 49 deletions govtool/frontend/src/components/atoms/snackbar/SnackbarMessage.tsx

This file was deleted.

1 change: 0 additions & 1 deletion govtool/frontend/src/context/snackbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {
} from "react";
import { Snackbar, Alert } from "@mui/material";

import { SnackbarMessage } from "@atoms";
import { SnackbarSeverity } from "@models";
import { useScreenDimension, useTranslation } from "@hooks";

Expand Down

0 comments on commit c33c58a

Please sign in to comment.