mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
8 lines
117 B
TypeScript
8 lines
117 B
TypeScript
import * as React from 'react'
|
|
|
|
export const PopupTextInput = () => {
|
|
return (
|
|
<div>PopupTextInput</div>
|
|
)
|
|
}
|