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 React from "react";
- import styles from './Summary.module.scss';
-
- export const Summary: React.FC = () => {
- return <section>
- <section className={styles.upfold}>
- <h4> Revision Completed </h4>
-
- <div className={styles.medalHolder}>
-
- </div>
- </section>
- </section>
- }
|