mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
* Update localforage, remove query-string * Update fontawesome and flag-icons * Update formatjs * Update axios and videojs * Update apollo client and graphql * Update bootstrap and react * Update polyfills * Update vite * Update ESLint * Update stylelint * Update configs * Rebuild yarn.lock
6 lines
112 B
TypeScript
6 lines
112 B
TypeScript
import React from "react";
|
|
|
|
export const PageNotFound: React.FC = () => {
|
|
return <h1>Page not found.</h1>;
|
|
};
|