Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed May 16, 2021
1 parent c8caa99 commit 5f5c6e3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Frontend/frontend/src/components/homepage/index.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
import React from "react";
import "./styles.css";

import React from "react";
import {
Navbar,
Nav,
NavDropdown,
Form,
FormControl,
Button,
Card,
Carousel,
Container,
Row,
Col,
Card,
Container,
Form,
FormControl,
Image,
Nav,
Navbar,
NavDropdown,
Row,
} from "react-bootstrap";

// import reducers here
Expand Down

0 comments on commit 5f5c6e3

Please sign in to comment.