\ No newline at end of file
diff --git a/src/lib/components/GridGallery.svelte b/src/lib/components/GridGallery.svelte
new file mode 100644
index 0000000..801ff62
--- /dev/null
+++ b/src/lib/components/GridGallery.svelte
@@ -0,0 +1,7 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/lib/components/Loading.svelte b/src/lib/components/Loading.svelte
new file mode 100644
index 0000000..4ccf026
--- /dev/null
+++ b/src/lib/components/Loading.svelte
@@ -0,0 +1,73 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/lib/components/Section.svelte b/src/lib/components/Section.svelte
new file mode 100644
index 0000000..2789f22
--- /dev/null
+++ b/src/lib/components/Section.svelte
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+ {label}
+
+
+
+
+
+
+
+ {label}
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/lib/components/Timeline.svelte b/src/lib/components/Timeline.svelte
new file mode 100644
index 0000000..ab0ee3b
--- /dev/null
+++ b/src/lib/components/Timeline.svelte
@@ -0,0 +1,29 @@
+
+
+
\ No newline at end of file
diff --git a/src/lib/index.ts b/src/lib/index.ts
index 47d3c46..87b4962 100644
--- a/src/lib/index.ts
+++ b/src/lib/index.ts
@@ -1 +1,7 @@
// Reexport your entry components here
+export { default as Card } from './components/Card.svelte';
+export { default as Collapsible } from './components/Collapsible.svelte';
+export { default as GridGallery } from './components/GridGallery.svelte';
+export { default as Loading } from './components/Loading.svelte';
+export { default as Section } from './components/Section.svelte';
+export { default as Timeline } from './components/Timeline.svelte';
\ No newline at end of file