Skip to content

Commit

Permalink
#143. added base webinars overview page
Browse files Browse the repository at this point in the history
  • Loading branch information
Schiller-Stoff committed Jun 1, 2022
1 parent 845c016 commit 86e45d1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/pages/webinars/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import React from "react";
import BaseLayout from "../../components/static/BaseLayout";

const WebinarsPage = () => {

return <BaseLayout
>
Webinars Page
</BaseLayout>

}


export default WebinarsPage;

0 comments on commit 86e45d1

Please sign in to comment.