diff --git a/src/components/Image.tsx b/src/components/Image.tsx
index 41995e4..c2ef45f 100644
--- a/src/components/Image.tsx
+++ b/src/components/Image.tsx
@@ -1,5 +1,7 @@
-import image from './image.jpg'
+import image from "./image.jpg"
-export const Image = ({alt, role}: {alt?: string; role?: string}) => (
-
+export const Image = ({ alt, role }: { alt?: string; role?: string }) => (
+