From d76ab36e321e4be8c32c083b20d9524a169ec733 Mon Sep 17 00:00:00 2001 From: dklimpel <5740567+dklimpel@users.noreply.github.com> Date: Fri, 3 Feb 2023 09:50:54 +0100 Subject: [PATCH] remove not used `ImportButton` --- src/components/ImportFeature.js | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/components/ImportFeature.js b/src/components/ImportFeature.js index 27bddc1..f5bbbaa 100644 --- a/src/components/ImportFeature.js +++ b/src/components/ImportFeature.js @@ -23,19 +23,6 @@ import { generateRandomUser } from "./users"; const LOGGING = true; -export const ImportButton = ({ label, variant = "text" }) => { - return ( - - - - ); -}; - const expectedFields = ["id", "displayname"].sort(); const optionalFields = [ "user_type",