mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-24 12:35:31 +00:00
refactor: candidate details location
This commit is contained in:
parent
245fd6de80
commit
b77e62e30c
3 changed files with 1 additions and 11 deletions
|
|
@ -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>
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue