chore: shuffle files around
This commit is contained in:
parent
2d7ffaff20
commit
09a29f82cb
18 changed files with 6 additions and 6 deletions
|
|
@ -20,7 +20,7 @@
|
|||
</script>
|
||||
|
||||
<script lang="ts">
|
||||
import type { BlogPostMeta } from '../../types';
|
||||
import type { BlogPostMeta } from '$lib/utils/types';
|
||||
import Link from '$components/Link.svelte';
|
||||
import ListItem from '$components/ListItem.svelte';
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import type { BlogPostFrontmatter, BlogPostMeta } from '../../types';
|
||||
import type { BlogPostFrontmatter, BlogPostMeta } from '../../lib/utils/types';
|
||||
|
||||
export async function GET() {
|
||||
const modules = import.meta.glob('./*.svx');
|
||||
|
|
|
|||
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue