Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaiahBouromphongsa committed Sep 3, 2023
1 parent d12a763 commit c8ce42b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 44 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</script>

<script lang="ts">
import OppertunitiesCom from '../../components/OppertunitiesCom.svelte';
import OppertunitiesCom from '../components/OppertunitiesCom.svelte';
export let oppertunities: {
title: string;
Expand All @@ -28,7 +28,7 @@
<div id="spacer" />
<OppertunitiesCom {oppertunities} isPast title="Past Events" />
</div>

<div>TESTING</div>
<style>
#container {
padding: 2em;
Expand Down
42 changes: 0 additions & 42 deletions src/routes/oppertunities/index.json.ts

This file was deleted.

0 comments on commit c8ce42b

Please sign in to comment.