Skip to content

Commit

Permalink
cleaned up soem components
Browse files Browse the repository at this point in the history
  • Loading branch information
lithafnium committed Dec 29, 2024
1 parent ef5e047 commit 505f2ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="/index.css" />
<title>Steve Li</title>
<title>Typescript Boilerplate</title>
</head>
<body id="root">
<script type="module" src="/src/index.tsx"></script>
Expand Down
1 change: 1 addition & 0 deletions src/api/api.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// define api routes here
6 changes: 2 additions & 4 deletions src/shared/components/navbar/navbar.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import React from "react";
import { NavbarContainer, NavbarInner, Links, NavItem, Brand } from "./styles";
// import { Link } from "react-router-dom";
import { Button } from "@app/shared/components/button";
import { colors } from "@app/styles/styles";
import { NavbarContainer, NavbarInner, Brand } from "./styles";

const Navbar = () => (
<NavbarContainer>
<NavbarInner>
Expand Down
Empty file removed src/shared/constants/routes.ts
Empty file.

0 comments on commit 505f2ab

Please sign in to comment.