Skip to content

Commit 52f557c

Browse files
chore: remove unused import
1 parent 59a1caa commit 52f557c

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

source/app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 (

source/import/components/steps/CloneRepo/Commands.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ import { join } from 'node:path'
22
import * as process from 'node:process'
33
import { Box, Text } from 'ink'
44
import { Script, Spawn } from 'ink-spawn'
5-
import React, { useState, type FC } from 'react'
5+
import React, { type FC } from 'react'
66
import { repoUrl } from '../../../constants/config.js'
7-
import { canShowStep } from '../../../utils/utils.js'
87

98
interface Props {
109
projectName: string

source/import/constants/config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import type { ExecSyncOptions } from 'node:child_process'
2-
31
export const repoUrl = 'https://github.com/BootNodeDev/dAppBooster.git'
42
export const homeFolder = '/src/components/pageComponents/home'
53

0 commit comments

Comments
 (0)