X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fcomponents%2Fpages%2FAlttpSeed.js;h=005d19a95830ab802ae15cbb130b391127c1993e;hb=7c6716036321ba09846785720e81459aad55a323;hp=43bc020df86c09c3063a66d9484d3ff022b3c65f;hpb=18cd02860ba7889360ce3547b44faa0daa807a5e;p=alttp.git diff --git a/resources/js/components/pages/AlttpSeed.js b/resources/js/components/pages/AlttpSeed.js index 43bc020..005d19a 100644 --- a/resources/js/components/pages/AlttpSeed.js +++ b/resources/js/components/pages/AlttpSeed.js @@ -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 = () => { ; }; -export default AosSeed; +export default AlttpSeed;