parent
aaa4b0ae93
commit
bd6c4ea0fc
@ -1,5 +1,5 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import type { SkillList } from './+page';
|
import type { SkillList } from '$lib/types/cv_types';
|
||||||
import SkillComponent from './skill.component.svelte';
|
import SkillComponent from './skill.component.svelte';
|
||||||
|
|
||||||
let skills: SkillList = [{ name: 'Placeholder Skill', proficiency: 3 }];
|
let skills: SkillList = [{ name: 'Placeholder Skill', proficiency: 3 }];
|
Loading…
Reference in new issue