diff --git a/src/App.tsx b/src/App.tsx index 5b7feb3..17cc2bf 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,6 +1,6 @@ import Card from "./components/Card" import Profile from "./components/Profile" -import Works from "./components/Works" +import Links from "./components/Links" import { useState, useEffect } from 'react'; @@ -43,21 +43,21 @@ export default function App() { }, []); return ( - <> -
+
+
+
+
+