You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- import styles from './InterviewRounds.module.scss';
-
- import Button from "../../components/button/Button";
- import Header from "./Header";
- import { IonHeader, IonPage } from '@ionic/react';
-
- const InterviewRounds: React.FC = () => {
- return (
- <IonPage>
- <Header />
- </IonPage>
-
- )
- }
-
- export default InterviewRounds;
|