chore: remove unused import

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-05-02 15:08:08 +02:00
parent 2737777e02
commit 614c775f91
@@ -17,7 +17,7 @@
import fs from 'fs-extra';
import chalk from 'chalk';
import { stringify as stringifyYaml } from 'yaml';
import inquirer, { Answers, Question } from 'inquirer';
import inquirer, { Question } from 'inquirer';
import { paths } from '../../lib/paths';
import { GithubCreateAppServer } from './GithubCreateAppServer';
import fetch from 'node-fetch';