style: apply prettier formatting

This commit is contained in:
devin-ai-integration[bot]
2024-12-06 19:43:48 +00:00
parent c340e5f1ed
commit bd6586bbad
6 changed files with 21 additions and 19 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";