diff --git a/src/App.tsx b/src/App.tsx
index 5eeba19..1dae485 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -3,11 +3,14 @@ import { useEffect, useState } from 'react'
interface Slide {
title: string
body: string
+ image: string
}
const Slide = ({ content }: { content: Slide }) => (
-
+
+
![]({content.image})
+