Skip to content

Commit

Permalink
Fetch data + Install #14 #12 #13
Browse files Browse the repository at this point in the history
  • Loading branch information
mcphendriks committed Sep 15, 2023
1 parent 5fbec15 commit 9e8c628
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 491 deletions.
3 changes: 1 addition & 2 deletions src/lib/slices/Squad/index.svelte
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<script>
/** @type {import("@prismicio/client").Content.SquadSlice} */
export let slice;
</script>

<section data-slice-type={slice.slice_type} data-slice-variation={slice.variation}>
Placeholder component for {slice.slice_type} (variation: {slice.variation}) Slices

</section>
Loading

0 comments on commit 9e8c628

Please sign in to comment.