X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fcomponents%2Fpages%2FFront.js;h=2ca43f24ae7dc5aacf107595494e686d8e63e468;hb=c9ed47875647d76d5a794f69f173a1d7ac5984b0;hp=73b9b23d8fb6f5e6482b1f17627647d76575dc65;hpb=45f1e92a30b00dfcf4304dc70126e813df9f4a10;p=alttp.git diff --git a/resources/js/components/pages/Front.js b/resources/js/components/pages/Front.js index 73b9b23..2ca43f2 100644 --- a/resources/js/components/pages/Front.js +++ b/resources/js/components/pages/Front.js @@ -2,6 +2,8 @@ import React from 'react'; import { Button, Col, Container, Image, Row } from 'react-bootstrap'; import { useNavigate } from 'react-router-dom'; +import CanonicalLinks from '../common/CanonicalLinks'; + const Front = () => { const navigate = useNavigate(); @@ -14,6 +16,7 @@ const Front = () => { }, []); return +