X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fcomponents%2Fpages%2FAosFront.js;fp=resources%2Fjs%2Fcomponents%2Fpages%2FAosFront.js;h=8ae6d8b912737b0cb3993fae563b081d1dad1ab2;hb=0a5adf255129188e9bdb9e7fc9db31a75123669b;hp=0000000000000000000000000000000000000000;hpb=145eeff8f5111c716cc3c7e8be324967c68de5af;p=alttp.git diff --git a/resources/js/components/pages/AosFront.js b/resources/js/components/pages/AosFront.js new file mode 100644 index 0000000..8ae6d8b --- /dev/null +++ b/resources/js/components/pages/AosFront.js @@ -0,0 +1,74 @@ +import React from 'react'; +import { Button, Col, Container, Row } from 'react-bootstrap'; +import { withTranslation } from 'react-i18next'; + +import Icon from '../common/Icon'; +import i18n from '../../i18n'; + +const AosFront = () => +
+

Castlevania: Aria of Sorrow

+
+ + + + + + + + + + + + + + + + + +
; + +export default withTranslation()(AosFront);