Item Detail
{isFetching ? 'Updating...' : ''}
ID: {data.id}
diff --git a/barkmanui/src/pages/home.tsx b/barkmanui/src/pages/home.tsx
index 7540286..bcecbe1 100644
--- a/barkmanui/src/pages/home.tsx
+++ b/barkmanui/src/pages/home.tsx
@@ -1,4 +1,4 @@
-import {Text} from "@mantine/core";
+import {Container, Text} from "@mantine/core";
function Home() {
@@ -6,7 +6,9 @@ function Home() {
return (
<>
- Bark productions: at the intersection of professionalism and degeneracy
+
+ Bark productions: at the intersection of professionalism and degeneracy
+
>
)
}