Fixing up build errors

This commit is contained in:
Rishi Ghan
2026-04-14 12:51:29 -04:00
parent 91e99c50d9
commit 4e53f23e79
11 changed files with 115 additions and 37 deletions

View File

@@ -2,7 +2,7 @@ import React, { ReactElement, useEffect } from "react";
import { Outlet } from "react-router-dom";
import { Navbar2 } from "./shared/Navbar2";
import { ToastContainer } from "react-toastify";
import "../assets/scss/App.css";
import "../../app.css";
import { useStore } from "../store";
export const App = (): ReactElement => {