feat(dashboard): move profile out of its lonely folder
I'll probably organize the folders better in general later
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
import { useParams, useLocation } from "svelte-navigator";
|
||||
import { onMount } from 'svelte';
|
||||
|
||||
import SystemMain from '../../lib/system/Main.svelte';
|
||||
import List from '../../lib/list/List.svelte';
|
||||
import SystemMain from '../lib/system/Main.svelte';
|
||||
import List from '../lib/list/List.svelte';
|
||||
|
||||
import { System } from '../../api/types';
|
||||
import api from '../../api';
|
||||
import { System } from '../api/types';
|
||||
import api from '../api';
|
||||
|
||||
let user: System = {};
|
||||
let settings = JSON.parse(localStorage.getItem("pk-settings"));
|
Reference in New Issue
Block a user