mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-25 02:05:51 +02:00
format frontend code
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script lang="ts">
|
||||
import {getContext} from 'svelte';
|
||||
import type {User} from '$lib/types';
|
||||
import {getContext} from 'svelte';
|
||||
import type {User} from '$lib/types';
|
||||
|
||||
const user: () => User = getContext('user');
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user