File tree Expand file tree Collapse file tree
components/steps/CloneRepo Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ const App = () => {
5252 projectName = { projectName }
5353 key = { 5 }
5454 /> ,
55- < Text key = { 6 } > Done! Go fuck yourself. </ Text > ,
55+ < Text key = { 6 } > Done!</ Text > ,
5656 ]
5757
5858 return (
Original file line number Diff line number Diff line change @@ -2,9 +2,8 @@ import { join } from 'node:path'
22import * as process from 'node:process'
33import { Box , Text } from 'ink'
44import { Script , Spawn } from 'ink-spawn'
5- import React , { useState , type FC } from 'react'
5+ import React , { type FC } from 'react'
66import { repoUrl } from '../../../constants/config.js'
7- import { canShowStep } from '../../../utils/utils.js'
87
98interface Props {
109 projectName : string
Original file line number Diff line number Diff line change 1- import type { ExecSyncOptions } from 'node:child_process'
2-
31export const repoUrl = 'https://github.com/BootNodeDev/dAppBooster.git'
42export const homeFolder = '/src/components/pageComponents/home'
53
You can’t perform that action at this time.
0 commit comments