]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/pages/AlttpSeed.js
offload some page chunks
[alttp.git] / resources / js / pages / AlttpSeed.js
index 5a7e5fd2e265a5a907b0aeed944405d218a05e3e..74769d83eb6319e850e25e88251b7add06dda607 100644 (file)
@@ -9,7 +9,7 @@ import ErrorBoundary from '../components/common/ErrorBoundary';
 import ErrorMessage from '../components/common/ErrorMessage';
 import Loading from '../components/common/Loading';
 
-const AlttpSeed = () => {
+export const Component = () => {
        const params = useParams();
        const { hash } = params;
 
@@ -104,5 +104,3 @@ const AlttpSeed = () => {
                <Seed onRetry={retry} patch={patch} seed={seed} />
        </ErrorBoundary>;
 };
-
-export default AlttpSeed;