sort imports (#6094)

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2025-04-01 14:20:42 -07:00
committed by GitHub
parent ee20a09e7e
commit 2fc8cb5376
342 changed files with 3008 additions and 2699 deletions

View File

@ -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