import { Route, Routes, BrowserRouter } from "react-router"; import { DashboardPage, DashboardLayout, SubscribersPage, CampaignsPage, EditCampaignPage, TemplatesPage, SettingsPage, AnalyticsPage, ListsPage, OnboardingPage, MessagesPage, EditCampaignLayout, UnsubscribePage, AuthPage, NotFoundPage, VerifyEmailPage, } from "./pages"; import { scan } from "react-scan"; if (import.meta.env.DEV) { scan({ enabled: true, log: true, }); } export function App() { return ( } /> }> } /> } /> } /> } /> } /> } /> } /> } /> } /> } /> } /> } /> } /> ); }