Skip to content

Commit

Permalink
Remove MPVP#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
talhoid authored Nov 6, 2023
1 parent 464173a commit fe17efb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 45 deletions.
43 changes: 0 additions & 43 deletions src/lib/components/mpvp.svelte

This file was deleted.

2 changes: 0 additions & 2 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@
import Navbar from "$lib/components/navbar.svelte";
import Main from "$lib/components/main.svelte";
import Info from "$lib/components/info.svelte";
import Mpvp from "$lib/components/mpvp.svelte";
import Team from "$lib/components/team.svelte";
import Footer from "$lib/components/footer.svelte";
</script>

<Navbar/>
<Main/>
<Info stats={$$props.data.stats}/>
<Mpvp/>
<Team/>
<Footer/>

0 comments on commit fe17efb

Please sign in to comment.