Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
is2ac2 committed Jun 12, 2024
1 parent 3bd88a6 commit ec3865e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions frontend/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import React, { useState } from "react";
import { Button, Card, Col, Row } from "react-bootstrap";
import { useNavigate } from "react-router-dom";


const Home: React.FC = () => {
const { theme, colors } = useTheme();
const navigate = useNavigate();
Expand Down Expand Up @@ -101,7 +100,6 @@ const Home: React.FC = () => {
navigate("/robots/add");
}}
>

Make a Robot
</Button>
</Col>
Expand Down
1 change: 0 additions & 1 deletion frontend/src/pages/RobotDetails.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { faAlignRight } from "@fortawesome/free-solid-svg-icons";
import { useAlertQueue } from "hooks/alerts";
import { api, Bom } from "hooks/api";
import { useAuthentication } from "hooks/auth";
Expand Down

0 comments on commit ec3865e

Please sign in to comment.