Skip to content

Commit

Permalink
feat: add component to page
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioVentilii committed Oct 25, 2024
1 parent 2e48622 commit 86a8940
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
<!--TODO: Add Terms and Conditions content here-->
<slot />
<script lang="ts">
import TermsAndConditions from '$lib/components/terms-and-conditions/TermsAndConditions.svelte';
</script>

<TermsAndConditions />

0 comments on commit 86a8940

Please sign in to comment.