diff options
Diffstat (limited to '')
-rw-r--r-- | src/App.jsx | 2 |
1 files changed, 0 insertions, 2 deletions
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() { |