]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/components/pages/AlttpSeed.js
remove aosr web
[alttp.git] / resources / js / components / pages / AlttpSeed.js
index 43bc020df86c09c3063a66d9484d3ff022b3c65f..005d19a95830ab802ae15cbb130b391127c1993e 100644 (file)
@@ -9,7 +9,7 @@ import ErrorBoundary from '../common/ErrorBoundary';
 import ErrorMessage from '../common/ErrorMessage';
 import Loading from '../common/Loading';
 
-const AosSeed = () => {
+const AlttpSeed = () => {
        const params = useParams();
        const { hash } = params;
 
@@ -105,4 +105,4 @@ const AosSeed = () => {
        </ErrorBoundary>;
 };
 
-export default AosSeed;
+export default AlttpSeed;