From db693ab4000405f5b02e71dfaf78efe6884b775b Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 26 Sep 2022 20:00:09 +0530 Subject: First Commit --- src/App.js | 48 +++++++++++++++++++++++++++++------------------- 1 file changed, 29 insertions(+), 19 deletions(-) (limited to 'src/App.js') diff --git a/src/App.js b/src/App.js index 3784575..d75d8e5 100644 --- a/src/App.js +++ b/src/App.js @@ -1,24 +1,34 @@ -import logo from './logo.svg'; -import './App.css'; +/* OpenBills-web - Web based libre billing software + * Copyright (C) 2022 Vidhu Kant Sharma -function App() { + * 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 . + */ + +import './App.scss'; +import { BrowserRouter, Route, Routes } from "react-router-dom"; +import ManageItemsPage from './views/manage/items'; + +const App = () => { return ( -
-
- logo -

- Edit src/App.js and save to reload. -

- - Learn React - -
-
+ +
+ + }/> + 404}/> + +
+
); } -- cgit v1.2.3