diff --git a/src/App.tsx b/src/App.tsx index bc30088..a256a72 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -15,14 +15,6 @@ function App() { padding: 0, }; - const contentStyle: React.CSSProperties = { - textAlign: "center", - minHeight: 120, - lineHeight: "120px", - color: "#fff", - backgroundColor: "#0958d9", - }; - const footerStyle: React.CSSProperties = { height: 64, padding: 0, @@ -31,6 +23,7 @@ function App() { const layoutStyle = { overflow: "hidden", }; + return (
@@ -41,7 +34,7 @@ function App() {
- +