forked from blisstown/campfire
feat: follow requests in sidebar
This commit is contained in:
parent
0dd903a4eb
commit
6f446fd871
6 changed files with 117 additions and 3 deletions
10
src/routes/follow-requests/+page.svelte
Normal file
10
src/routes/follow-requests/+page.svelte
Normal file
|
@ -0,0 +1,10 @@
|
|||
<script>
|
||||
import { followRequests } from '$lib/followRequests.js';
|
||||
|
||||
</script>
|
||||
|
||||
<div>
|
||||
|
||||
</div>
|
||||
|
||||
<style></style>
|
Loading…
Add table
Add a link
Reference in a new issue