refactor: candidate details location

This commit is contained in:
EETagent 2022-12-05 14:41:35 +01:00
parent 245fd6de80
commit b77e62e30c
3 changed files with 1 additions and 11 deletions

View file

@ -1,10 +0,0 @@
<script lang="ts">
export let label = 'TEST';
export let content = 'TEST';
</script>
<div class="flex justify-between relative">
<span class="font-bold">{label}:</span>
<span class="absolute left-40">{content}</span>
</div>

View file

@ -1,5 +1,5 @@
<script lang="ts">
import CandidateDetails from '$lib/components/list/CandidateDetails.svelte';
import CandidateDetails from '$lib/components/admin/list/CandidateDetails.svelte';
import type { PageData } from './$types';
export let data: PageData;