From 1139da4da7f1bb0ee4a66d420e690beed36832c2 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 4 Dec 2022 21:37:52 +0530 Subject: added notification system --- src/App.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/App.js') diff --git a/src/App.js b/src/App.js index 9fd5081..8dfbf81 100644 --- a/src/App.js +++ b/src/App.js @@ -16,7 +16,9 @@ */ import { BrowserRouter, Route, Routes } from "react-router-dom"; -import './App.scss'; +import { ReactNotifications } from "react-notifications-component"; +import "./notifications_styles/notification.scss" + import Navbar from './components/navbar/navbar'; import HomePage from './views/homepage'; import RegisterPage from './views/login/register'; @@ -27,11 +29,13 @@ import ManageItemsPage from './views/manage/items'; import ManageClientsPage from './views/manage/clients'; import ManageBrandsPage from './views/manage/brands'; import ManageInvoicesPage from './views/manage/invoices'; +import './App.scss'; const App = () => { return ( +
}/> -- cgit v1.2.3