From 589e271352fc86c119096e503d799c1a656bbce2 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 27 Aug 2020 22:34:07 -0400 Subject: Removed a lot of things and announcement --- components/Navbar.js | 79 ---------------------------------------------------- 1 file changed, 79 deletions(-) delete mode 100644 components/Navbar.js (limited to 'components/Navbar.js') diff --git a/components/Navbar.js b/components/Navbar.js deleted file mode 100644 index 4866460..0000000 --- a/components/Navbar.js +++ /dev/null @@ -1,79 +0,0 @@ -/* - Alee Productions Website: Website for Alee Productions - Copyright (C) 2019 Alee - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -*/ - -const Navbar = () => ( - -); - -export default Navbar; \ No newline at end of file -- cgit v1.2.3