Skip to content

Commit

Permalink
Removing commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoore14 committed Nov 17, 2023
1 parent b51bfec commit b4ea8f9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@
import Hero from "../components/ui/Hero.svelte";
import FeedContainer from "../components/ui/FeedContainer.svelte";
import MemberFeed from "../components/memberFeed/MemberFeed.svelte";
import { onMount } from "svelte";
// onMount(async () => {
// const response = await fetch('https://meetup-scrapper.mackenly.workers.dev/api/tridev/latest');
// const latest = await response.json()
//
// console.log(latest)
// })
</script>

<main class="full-width content-grid">
Expand Down

0 comments on commit b4ea8f9

Please sign in to comment.