mirror of
https://github.com/folke/snacks.nvim
synced 2025-12-23 08:47:57 +00:00
9 lines
158 B
TypeScript
9 lines
158 B
TypeScript
export const Modal = (props) => {
|
|
|
|
return (
|
|
<Show>
|
|
<img src="test.png" />
|
|
<img src="https://picsum.photos/200/300"></img>
|
|
</Show>
|
|
)
|
|
}
|