chore: shuffle files around

This commit is contained in:
Alexander Daichendt 2022-07-30 00:20:24 +02:00
parent 2d7ffaff20
commit 09a29f82cb
18 changed files with 6 additions and 6 deletions

View file

@ -13,7 +13,7 @@
<script lang="ts">
import ListItem from '$components/ListItem.svelte';
import Link from '$components/Link.svelte';
import type { Skill } from '../types';
import type { Skill } from '../lib/utils/types';
let _SKILLS = [
{ name: 'React / Svelte', started: 2019 },