Skip to content

Commit

Permalink
remove empty imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kira-m committed Sep 28, 2023
1 parent ea6a5a6 commit 390694b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/src/admin/email.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from "react";
import leaf_icon from "../assets/leaf.svg";
import { BrowserView, MobileView } from "react-device-detect";
import Toolbar from "./toolbar";
import { } from "./styledEmail";
import { StyledAdminPageLayout } from "./styledAdmin";
import { Box, Button, Checkbox, FormControlLabel, FormGroup, FormLabel, TextField } from "@mui/material";

Expand Down
1 change: 0 additions & 1 deletion app/src/admin/users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from "react";
import leaf_icon from "../assets/leaf.svg";
import { BrowserView, MobileView } from "react-device-detect";
import Toolbar from "./toolbar";
import { } from "./styledUsers";
import { StyledAdminPageLayout } from "./styledAdmin";
import { mockUsers, User } from "./usersModels";
import { Table } from "antd";
Expand Down

0 comments on commit 390694b

Please sign in to comment.