style: run prettier on src directory

This commit is contained in:
Ashwin Bhat
2024-12-20 15:45:55 -08:00
parent c2c2043d05
commit 586c497740
15 changed files with 715 additions and 615 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";