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 ba082ab commit 1bb704f
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 1bb704f

Please sign in to comment.