From 34346b1fd4fffd2571374f86b16084066dc4aa2d Mon Sep 17 00:00:00 2001 From: realtradam Date: Thu, 6 Jun 2024 19:24:45 -0400 Subject: add seperate uploading page and update match backend functionality --- src/components/Button.jsx | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/components/Button.jsx (limited to 'src/components/Button.jsx') diff --git a/src/components/Button.jsx b/src/components/Button.jsx deleted file mode 100644 index de199d0..0000000 --- a/src/components/Button.jsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from "react"; -import { Link } from "react-router-dom"; - -export default function Button ({ link, width = 36, height = 16, spinner = 4 }) -{ - return ( - <> -
-
- { link } -
-
- - ) -}; -- cgit v1.2.3