Create events/index.tsx
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jared He 2021-08-18 11:56:31 -05:00
parent e8999d2bb5
commit e971c85afc
2 changed files with 3 additions and 1 deletions

View File

@ -131,7 +131,6 @@ const Term = (props: Props) => {
<hr />
</>
)}
<div className={styles.miniEventCards}>
{props.pastEvents.map(({ content, metadata }) => (
<MiniEventCard

3
pages/events/index.tsx Normal file
View File

@ -0,0 +1,3 @@
import Term from "./[year]/[term]/index";
export default Term;