summaryrefslogtreecommitdiff
path: root/jb-ui/src/pages/Home.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'jb-ui/src/pages/Home.tsx')
-rw-r--r--jb-ui/src/pages/Home.tsx13
1 files changed, 13 insertions, 0 deletions
diff --git a/jb-ui/src/pages/Home.tsx b/jb-ui/src/pages/Home.tsx
new file mode 100644
index 0000000..5a5c953
--- /dev/null
+++ b/jb-ui/src/pages/Home.tsx
@@ -0,0 +1,13 @@
+import max_lulu from "./max-and-lulu.jpg"
+
+const Home = function () {
+ return (
+ <img
+ src={max_lulu}
+ alt="Max and Lulu"
+ className="object-contain"
+ />
+ )
+};
+
+export default Home; \ No newline at end of file