localhost geht hop-fly nicht
This commit is contained in:
10
src/components/Img.tsx
Normal file
10
src/components/Img.tsx
Normal file
@ -0,0 +1,10 @@
|
||||
import React from 'react'
|
||||
|
||||
export default function Img({pth}: {pth: string})
|
||||
{
|
||||
return (
|
||||
<div>
|
||||
<img src={'./uploads' + pth} width="300" />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user