chore: run bun format to automatically format the frontend code
This commit is contained in:
Vendored
+8
-5
@@ -16,30 +16,33 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
For commercial licensing, please contact support@quantumnous.com
|
||||
*/
|
||||
import { StrictMode } from 'react'
|
||||
import ReactDOM from 'react-dom/client'
|
||||
import { AxiosError } from 'axios'
|
||||
import {
|
||||
QueryCache,
|
||||
QueryClient,
|
||||
QueryClientProvider,
|
||||
} from '@tanstack/react-query'
|
||||
import { RouterProvider, createRouter } from '@tanstack/react-router'
|
||||
import { AxiosError } from 'axios'
|
||||
import i18next from 'i18next'
|
||||
import { StrictMode } from 'react'
|
||||
import ReactDOM from 'react-dom/client'
|
||||
import { toast } from 'sonner'
|
||||
import { useAuthStore } from '@/stores/auth-store'
|
||||
|
||||
import { getStatus } from '@/lib/api'
|
||||
import { installBuildMetadata } from '@/lib/build-metadata'
|
||||
import '@/lib/dayjs'
|
||||
import { applyFaviconToDom } from '@/lib/dom-utils'
|
||||
import '@/lib/dayjs'
|
||||
import { initializeFrontendCache } from '@/lib/frontend-cache'
|
||||
import { handleServerError } from '@/lib/handle-server-error'
|
||||
import { useAuthStore } from '@/stores/auth-store'
|
||||
|
||||
import { DirectionProvider } from './context/direction-provider'
|
||||
import { FontProvider } from './context/font-provider'
|
||||
import { ThemeProvider } from './context/theme-provider'
|
||||
import './i18n/config'
|
||||
// Generated Routes
|
||||
import { routeTree } from './routeTree.gen'
|
||||
|
||||
// Styles
|
||||
import './styles/index.css'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user