Skip to content

Commit

Permalink
SH-41 -(JSX)-Remove unusued imports #41
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjguru committed Jul 25, 2022
1 parent 211d97c commit f57c6ac
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion frontend_react/src/components/App/App.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from 'react';
import Header from '../Header/Header';
import ChapterList from '../Chapter/ChapterList';
import summer_house_logo from '../../assets/summer_house_logo_512.png';
import '../../styles/App.css';
import Branding from '../Branding/Branding';

Expand Down
1 change: 0 additions & 1 deletion frontend_react/src/components/Branding/Branding.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from "react";
import boxImage from '../../assets/summerhouse_logo.png'

// importing material UI components
import Container from "@mui/material/Container";
import Box from "@mui/material/Box";
Expand Down
1 change: 0 additions & 1 deletion frontend_react/src/components/Header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from "react";

// importing material UI components
import AppBar from "@mui/material/AppBar";
import Box from "@mui/material/Box";
import Toolbar from "@mui/material/Toolbar";
import Typography from "@mui/material/Typography";
import Button from "@mui/material/Button";
Expand Down

0 comments on commit f57c6ac

Please sign in to comment.