Skip to content

Commit

Permalink
Updating
Browse files Browse the repository at this point in the history
  • Loading branch information
alankrantas committed May 4, 2023
1 parent 4a8634d commit bcd5952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import { name } from '../data/Data';
import { name } from '../../data/Data';
</script>

<div class="text-center">
Expand Down
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import ViewItemCard from '../components/ViewItemCard.svelte';
import ViewItemHead from '../components/ViewItemHead.svelte';
import ViewItemContent from '../components/ViewItemContent.svelte';
import Footer from '../components/Footer.svelte';
import Footer from '../components/utils/Footer.svelte';
import { viewItems } from '../data/Data';
let ready = false;
Expand Down

0 comments on commit bcd5952

Please sign in to comment.