Skip to content

Commit 4d0b8eb

Browse files
fix import order warning in remix init script
Co-authored-by: Kent C. Dodds <me+github@kentcdodds.com>
1 parent 9addca1 commit 4d0b8eb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

remix.init/index.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
import toml from '@iarna/toml'
2-
import { $ } from 'execa'
3-
import inquirer from 'inquirer'
41
import { execSync } from 'node:child_process'
52
import crypto from 'node:crypto'
63
import fs from 'node:fs/promises'
74
import path from 'node:path'
5+
import toml from '@iarna/toml'
6+
import { $ } from 'execa'
7+
import inquirer from 'inquirer'
88
import open from 'open'
99
import parseGitHubURL from 'parse-github-url'
1010

0 commit comments

Comments
 (0)