From 826c7c47785ee01d2b9267919132ada696425344 Mon Sep 17 00:00:00 2001 From: Melonai Date: Wed, 20 Jan 2021 23:18:09 +0100 Subject: Remade the client in SvelteKit --- client/src/Components/Button.js | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 client/src/Components/Button.js (limited to 'client/src/Components/Button.js') diff --git a/client/src/Components/Button.js b/client/src/Components/Button.js deleted file mode 100644 index b6ed91b..0000000 --- a/client/src/Components/Button.js +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react'; -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; -import {faArrowRight, faTimes} from '@fortawesome/free-solid-svg-icons'; - -function Button(props) { - return ( -
- -
- ) -} - -export default Button; \ No newline at end of file -- cgit 1.4.1