sort imports (#6094)
Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
import * as path from 'path'
|
||||
import * as fs from 'fs/promises'
|
||||
import { Stats } from 'fs'
|
||||
import { Models } from '@kittycad/lib/dist/types/src'
|
||||
import { Stats } from 'fs'
|
||||
import * as fs from 'fs/promises'
|
||||
import * as path from 'path'
|
||||
|
||||
import { PROJECT_ENTRYPOINT } from './constants'
|
||||
|
||||
// Create a const object with the values
|
||||
|
Reference in New Issue
Block a user