Skip to content

Commit 01a0396

Browse files
committed
fix error page
1 parent 7e4dca1 commit 01a0396

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/routes/+error.svelte

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<script lang="ts">
22
import { page } from '$app/stores';
33
import { onMount } from 'svelte';
4-
import config from '../../config';
5-
import { fetchRepoDetails, findRepoMeta } from '../../helpers/fetchRepo';
6-
import type { Project } from '../../types/Project';
7-
import ProjectHero from '../../components/ProjectHero.svelte';
4+
import config from '../config';
5+
import { fetchRepoDetails, findRepoMeta } from '../helpers/fetchRepo';
6+
import type { Project } from '../types/Project';
7+
import ProjectHero from '../components/ProjectHero.svelte';
88
99
let gitHubPagesUrl = '';
1010

0 commit comments

Comments
 (0)