no need to prettier format everything right now

This commit is contained in:
Jeffrey Ling
2024-12-06 12:48:48 -07:00
parent bd6586bbad
commit fdc521646f
5 changed files with 18 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
import { StrictMode } from "react";
import { createRoot } from "react-dom/client";
import { ToastContainer } from "react-toastify";
import "react-toastify/dist/ReactToastify.css";
import { ToastContainer } from 'react-toastify';
import 'react-toastify/dist/ReactToastify.css';
import App from "./App.tsx";
import "./index.css";