import { IonButton, IonCardTitle, IonCol, IonContent, IonFooter, IonGrid, IonHeader, IonImg, IonPage, IonRouterLink, IonRow, IonToolbar, } from '@ionic/react'; // import { Action } from '../components/Action'; import styles from './style.module.scss'; import { Action } from '../../../components/Action'; const AuthHome = () => { return ( {/* */} {/* */}
Join millions of other people discovering their creative side Get started →
); }; export default AuthHome;