diff --git a/src/lib/components/Weight/EmptyWeightComp.svelte b/src/lib/components/Weight/EmptyWeightComp.svelte
new file mode 100644
index 0000000..f607090
--- /dev/null
+++ b/src/lib/components/Weight/EmptyWeightComp.svelte
@@ -0,0 +1,99 @@
+
+
+
+
+
+ |
+
+ |
+
+ |
+
+ |
+
+ |
+
+ |
+
+
diff --git a/src/lib/components/Weight/WeightComp.svelte b/src/lib/components/Weight/WeightComp.svelte
new file mode 100644
index 0000000..7c3c9ac
--- /dev/null
+++ b/src/lib/components/Weight/WeightComp.svelte
@@ -0,0 +1,45 @@
+
+
+
+
+
+ {item.date}
+ |
+
+ {item.weight}
+ |
+
+
diff --git a/src/lib/components/Weight/WeightTable.svelte b/src/lib/components/Weight/WeightTable.svelte
new file mode 100644
index 0000000..3d2f4ee
--- /dev/null
+++ b/src/lib/components/Weight/WeightTable.svelte
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
+
+ Date
+ |
+
+ Weight
+ |
+
+
+
+
+ {#each items as f}
+
+ {/each}
+
+
+
+
+
+
+
diff --git a/src/lib/router/Router.svelte b/src/lib/router/Router.svelte
index 729f652..d1fda9e 100644
--- a/src/lib/router/Router.svelte
+++ b/src/lib/router/Router.svelte
@@ -5,13 +5,21 @@
import Monthly from '$router/routes/Energy/Monthly.svelte'
import Yearly from '$router/routes/Energy/Yearly.svelte'
import Energy from '$router/routes/Energy/Energy.svelte'
+ import WDaily from '$router/routes/Weight/WDaily.svelte'
+ import WWeekly from '$router/routes/Weight/WWeekly.svelte'
+ import WMonthly from '$router/routes/Weight/WMonthly.svelte'
+ import WYearly from '$router/routes/Weight/WYearly.svelte'
const routes = {
'/': Energy,
'/Energy/daily': Daily,
'/Energy/weekly': Weekly,
'/Energy/monthly': Monthly,
- '/Energy/yearly': Yearly
+ '/Energy/yearly': Yearly,
+ '/Weight/daily': WDaily,
+ '/Weight/weekly': WWeekly,
+ '/Weight/monthly': WMonthly,
+ '/Weight/yearly': WYearly
}
diff --git a/src/lib/router/routes/Weight/WDaily.svelte b/src/lib/router/routes/Weight/WDaily.svelte
new file mode 100644
index 0000000..72966c6
--- /dev/null
+++ b/src/lib/router/routes/Weight/WDaily.svelte
@@ -0,0 +1,11 @@
+
+
+
+
+
diff --git a/src/lib/router/routes/Weight/WMonthly.svelte b/src/lib/router/routes/Weight/WMonthly.svelte
new file mode 100644
index 0000000..926b123
--- /dev/null
+++ b/src/lib/router/routes/Weight/WMonthly.svelte
@@ -0,0 +1,11 @@
+
+
+
+
+
diff --git a/src/lib/router/routes/Weight/WWeekly.svelte b/src/lib/router/routes/Weight/WWeekly.svelte
new file mode 100644
index 0000000..7fa227f
--- /dev/null
+++ b/src/lib/router/routes/Weight/WWeekly.svelte
@@ -0,0 +1,11 @@
+
+
+
+
+
diff --git a/src/lib/router/routes/Weight/WYearly.svelte b/src/lib/router/routes/Weight/WYearly.svelte
new file mode 100644
index 0000000..8755e0c
--- /dev/null
+++ b/src/lib/router/routes/Weight/WYearly.svelte
@@ -0,0 +1,11 @@
+
+
+
+
+
diff --git a/src/lib/router/routes/Weight/Weight.svelte b/src/lib/router/routes/Weight/Weight.svelte
new file mode 100644
index 0000000..17328b7
--- /dev/null
+++ b/src/lib/router/routes/Weight/Weight.svelte
@@ -0,0 +1,11 @@
+
+
+
+
+