From e0ce800a647a1b173979f0e7f20d1d54b9f9bd7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Oliva?= Date: Mon, 29 May 2023 18:34:49 -0600 Subject: Search working with database. --- src/App.jsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/App.jsx') diff --git a/src/App.jsx b/src/App.jsx index 9ef710e..dd81431 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -10,8 +10,6 @@ import { select_current_page, } from "./features/todo/reducer"; -import { get_last_id_function } from "./api/axios_methods"; - import { refresh_todos } from "./refreshToDos"; function App() { -- cgit v1.2.3