Interim update
This commit is contained in:
20
Server/app/svelte/src/profile/profile-coops.svelte
Normal file
20
Server/app/svelte/src/profile/profile-coops.svelte
Normal file
@@ -0,0 +1,20 @@
|
||||
<svelte:options tag="profile-coops" />
|
||||
|
||||
<script>
|
||||
|
||||
// Import statements
|
||||
import { onMount } from 'svelte'
|
||||
import * as AuthTools from "/js/libraries/authTools.js"
|
||||
|
||||
// Main code
|
||||
|
||||
onMount(() => {
|
||||
|
||||
})
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
Reference in New Issue
Block a user