Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit dae4cd2

Browse files
Update folder structure
1 parent 18e46d5 commit dae4cd2

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

‎src/routes/+page.svelte‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script>
2-
import LazyLoad from "$lib/LazyLoad.svelte";
2+
import LazyLoad from "$lib/components/LazyLoad.svelte";
33
import watermelon_image from "../images/watermelon.png?enhanced";
44
import { onMount } from "svelte";
55
import { did_update } from "../store";

‎src/routes/contact/+page.svelte‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script>
2-
import LazyLoad from "$lib/LazyLoad.svelte";
2+
import LazyLoad from "$lib/components/LazyLoad.svelte";
33
44
let email = "";
55
let message = "";

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /