Skip to content

Commit

Permalink
style: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Mar 31, 2024
1 parent cac833e commit 0390136
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/cli/src/commands/link.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { defineCommand, runCommand } from 'citty'
import { defineCommand } from 'citty'
import { consola } from 'consola'
import { getProjectByName, getProjects, writeProjectConfig } from '../utils/projects.ts'
import { suggestCreateProject } from '../utils/suggest.ts'
import create from './create.ts'

export default defineCommand({
meta: {
Expand Down

0 comments on commit 0390136

Please sign in to comment.