import { entities } from '../../wailsjs/wailsjs/go/models' type Props = { projects: entities.Project[], onSelectProjectHandler: (projectName: string) => void } const ProjectListModal = (props: Props) => { return (
{'id: ' + p.id}