sort imports (#6094)
Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
@ -1,20 +1,21 @@
|
||||
import { OnboardingButtons, useDemoCode } from '.'
|
||||
import { onboardingPaths } from 'routes/Onboarding/paths'
|
||||
import { Themes, getSystemTheme } from 'lib/theme'
|
||||
import { bracket } from 'lib/exampleKcl'
|
||||
import { createAndOpenNewTutorialProject } from 'lib/desktopFS'
|
||||
import { isDesktop } from 'lib/isDesktop'
|
||||
import { useNavigate, useRouteLoaderData } from 'react-router-dom'
|
||||
import { codeManager, kclManager } from 'lib/singletons'
|
||||
import { APP_NAME } from 'lib/constants'
|
||||
import { useEffect, useState } from 'react'
|
||||
import { IndexLoaderData } from 'lib/types'
|
||||
import { PATHS } from 'lib/paths'
|
||||
import { useFileContext } from 'hooks/useFileContext'
|
||||
import { useLspContext } from 'components/LspProvider'
|
||||
import { reportRejection } from 'lib/trap'
|
||||
import { useSettings } from 'machines/appMachine'
|
||||
import { useFileContext } from 'hooks/useFileContext'
|
||||
import { isKclEmptyOrOnlySettings } from 'lang/wasm'
|
||||
import { APP_NAME } from 'lib/constants'
|
||||
import { createAndOpenNewTutorialProject } from 'lib/desktopFS'
|
||||
import { bracket } from 'lib/exampleKcl'
|
||||
import { isDesktop } from 'lib/isDesktop'
|
||||
import { PATHS } from 'lib/paths'
|
||||
import { codeManager, kclManager } from 'lib/singletons'
|
||||
import { Themes, getSystemTheme } from 'lib/theme'
|
||||
import { reportRejection } from 'lib/trap'
|
||||
import { IndexLoaderData } from 'lib/types'
|
||||
import { useSettings } from 'machines/appMachine'
|
||||
import { useEffect, useState } from 'react'
|
||||
import { useNavigate, useRouteLoaderData } from 'react-router-dom'
|
||||
import { onboardingPaths } from 'routes/Onboarding/paths'
|
||||
|
||||
import { OnboardingButtons, useDemoCode } from '.'
|
||||
|
||||
/**
|
||||
* Show either a welcome screen or a warning screen
|
||||
|
Reference in New Issue
Block a user