Skip to content

Commit

Permalink
Revert FE Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiswift committed Nov 12, 2024
1 parent 3be1c10 commit fef66cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {BrowserRouter, Link, Route, Routes} from "react-router-dom";
import TitleSearch from "./TitleSearch";
import {TitlePage} from "./components/TitlePage";

// FE CHanges

function App() {
return (
<div style={{margin: "15px"}}>
Expand Down

0 comments on commit fef66cc

Please sign in to comment.