mirror of
https://github.com/Steffo99/distributed-arcade-viewer.git
synced 2024-11-24 00:44:22 +00:00
lblblblblblbl
This commit is contained in:
parent
2e1694c1f4
commit
115c19554d
4 changed files with 8 additions and 4 deletions
|
@ -5,13 +5,11 @@ Web viewer for scores submitted to Distributed Arcade
|
||||||
## Links
|
## Links
|
||||||
|
|
||||||
[![Website](https://img.shields.io/website?url=https%3A%2F%2Fviewer.arcade.steffo.eu%2F)](https://viewer.arcade.steffo.eu/)
|
[![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
|
## Related
|
||||||
|
|
||||||
- [`Steffo99/distributed-arcade`](https://github.com/Steffo99/distributed-arcade), the server where scores displayed with this app are submitted to
|
- [`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).
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
// @ts-nocheck
|
||||||
|
|
||||||
import type {AppProps} from "next/app"
|
import type {AppProps} from "next/app"
|
||||||
import "../styles/globals.css"
|
import "../styles/globals.css"
|
||||||
import Head from "next/head"
|
import Head from "next/head"
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
// @ts-nocheck
|
||||||
|
|
||||||
import {Head, Html, Main, NextScript} from "next/document"
|
import {Head, Html, Main, NextScript} from "next/document"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
// @ts-nocheck
|
||||||
|
|
||||||
import Head from "next/head"
|
import Head from "next/head"
|
||||||
import useSWR from "swr"
|
import useSWR from "swr"
|
||||||
import {useRouter} from "next/router"
|
import {useRouter} from "next/router"
|
||||||
|
|
Loading…
Reference in a new issue