working on file module
This commit is contained in:
5
frontend/src/routes/files/Index.svelte
Normal file
5
frontend/src/routes/files/Index.svelte
Normal file
@@ -0,0 +1,5 @@
|
||||
<script>
|
||||
import { t } from '../../translations.svelte';
|
||||
</script>
|
||||
|
||||
<h1>{t('files')}</h1>
|
||||
Reference in New Issue
Block a user