diff options
| author | Anjana Vakil <contact@anjana.dev> | 2025-08-26 12:40:16 -0500 |
|---|---|---|
| committer | Anjana Vakil <contact@anjana.dev> | 2025-08-26 12:40:16 -0500 |
| commit | 1dc4f56425209d4ce1d7bb78ec8b5e7b5a755a82 (patch) | |
| tree | 58d06cd695ae17302daff7a87d9096f1d39ea54a /frontend/src/components/Main.js | |
reset
Diffstat (limited to 'frontend/src/components/Main.js')
| -rw-r--r-- | frontend/src/components/Main.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/frontend/src/components/Main.js b/frontend/src/components/Main.js new file mode 100644 index 0000000..275578b --- /dev/null +++ b/frontend/src/components/Main.js @@ -0,0 +1,9 @@ +import { Events } from './Events'; + +const Main = ` +<main class="container"> + ${Events} + </main> +`; + +export default Main;
\ No newline at end of file |
