Testing: fetch servers by region

This commit is contained in:
cracklesparkle
2024-07-09 16:44:41 +09:00
parent 6f4aa1903d
commit a65a431b09
11 changed files with 227 additions and 23 deletions

View File

@ -1,4 +1,4 @@
import "@fontsource/open-sans";
import "@fontsource/inter";
import React from 'react'
import ReactDOM from 'react-dom/client'
import App from './App.tsx'
@ -7,12 +7,13 @@ import { registerSW } from 'virtual:pwa-register'
import { ThemeProvider } from '@emotion/react'
import { createTheme } from '@mui/material'
import { ruRU } from '@mui/material/locale'
import { usePrefStore } from "./store/preferences.ts";
const theme = createTheme(
{
typography: {
fontFamily: [
'Open Sans'
'Inter'
].join(',')
},
components: {