1
Fork 0
mirror of https://github.com/Steffo99/distributed-arcade-viewer.git synced 2024-10-16 06:27:30 +00:00

lblblblblblbl

This commit is contained in:
Steffo 2023-10-04 01:50:32 +02:00
parent 2e1694c1f4
commit 115c19554d
Signed by: steffo
GPG key ID: 2A24051445686895
4 changed files with 8 additions and 4 deletions

View file

@ -5,13 +5,11 @@ Web viewer for scores submitted to Distributed Arcade
## Links
[![Website](https://img.shields.io/website?url=https%3A%2F%2Fviewer.arcade.steffo.eu%2F)](https://viewer.arcade.steffo.eu/)
[![Chat](https://img.shields.io/matrix/distributed_arcade:ryg.one?server_fqdn=matrix.ryg.one)](https://matrix.to/#/#distributed_arcade:ryg.one)
## Related
- [`Steffo99/distributed-arcade`](https://github.com/Steffo99/distributed-arcade), the server where scores displayed with this app are submitted to
## Licenses
## Attribution
See [DISCLAIMER.txt](DISCLAIMER.txt).
See [ATTRIBUTION.txt](ATTRIBUTION.txt).

View file

@ -1,3 +1,5 @@
// @ts-nocheck
import type {AppProps} from "next/app"
import "../styles/globals.css"
import Head from "next/head"

View file

@ -1,3 +1,5 @@
// @ts-nocheck
import {Head, Html, Main, NextScript} from "next/document"

View file

@ -1,3 +1,5 @@
// @ts-nocheck
import Head from "next/head"
import useSWR from "swr"
import {useRouter} from "next/router"