From 09017504fb00b9ec8961d0b833f72c4f3e318b41 Mon Sep 17 00:00:00 2001 From: dominip89 <dominip89@mi.fu-berlin.de> Date: Thu, 15 Jul 2021 13:13:00 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- admin-frontend/src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-frontend/src/App.js b/admin-frontend/src/App.js index 06d5847..733f929 100644 --- a/admin-frontend/src/App.js +++ b/admin-frontend/src/App.js @@ -1,6 +1,6 @@ import * as React from 'react'; -import { Admin, Resource, EditGuesser, ListGuesser } from 'react-admin'; +import { Admin, Resource } from 'react-admin'; import dataProviderMapper from './dataProviderMapper'; import TreeMenu from '@bb-tech/ra-treemenu'; -- GitLab