Move more stuff to services folder

This commit is contained in:
Misode
2021-11-03 01:27:49 +01:00
parent ce7baa571f
commit 95097e6091
22 changed files with 36 additions and 36 deletions

View File

@@ -9,7 +9,7 @@ import { Analytics } from './Analytics'
import { Header } from './components'
import { loadLocale, locale, Locales } from './Locales'
import { Changelog, Generator, Home, Sounds, Worldgen } from './pages'
import type { VersionId } from './Schemas'
import type { VersionId } from './services'
import { Store } from './Store'
import { cleanUrl } from './Utils'