Skip to content

Commit e1e3a59

Browse files
committed
Update
1 parent 5d4443f commit e1e3a59

File tree

3 files changed

+2131
-2
lines changed

3 files changed

+2131
-2
lines changed

sourcecode/App.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
import IntroCard from "./IntroCard.svelte";
33
import Gallery from "./Gallery.svelte";
44
import SearchBox from "./SearchBox.svelte";
5-
// import Test from "./TEMP/test.svelte";
5+
import Test from "./TEMP/test.svelte";
66
</script>
77

88
<div>
99
<IntroCard />
1010
<SearchBox />
1111
<Gallery />
12+
<!-- <Test /> -->
1213
</div>

sourcecode/public/bundle.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)