diff --git a/web-app/src/App.tsx b/web-app/src/App.tsx index 1ffff73..e5ff768 100644 --- a/web-app/src/App.tsx +++ b/web-app/src/App.tsx @@ -16,11 +16,6 @@ export default function App() { if (getCookie("aeris_jwt")) return ; - const autoCompleteData = [ - { label: "The Godfather", id: 1 }, - { label: "Pulp Fiction", id: 2 }, - ]; - return (