import { Text } from 'ink';
import React from 'react';
import { boilerplates } from '../../../../config/boilerplates.js';
import { colors } from '../../../../config/colors.js';
import { Boilerplate } from '../../../../types.js';
import { BoilerplateChoice } from '../../../components/BoilerplateChoice.js';
import { Select } from '../../../components/Select.js';
import { useJourney } from '../context/provider.js';
export const SelectBoilerplate: React.FC = () => {
const { state, dispatch } = useJourney();
return (
<>
{!state.boilerplate && Please select a boilerplate for your project}
{!state.boilerplate && (