Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
feedthejim committed Oct 10, 2023
1 parent af27e1f commit 5e75759
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
createFlightRouterStateFromLoaderTree,
} from './create-flight-router-state-from-loader-tree'
import { parseLoaderTree } from './parse-loader-tree'
import { type CreateSegmentPath, type AppRenderContext } from './app-render'
import type { CreateSegmentPath, AppRenderContext } from './app-render'
import { getLayerAssets } from './get-layer-assets'
import { hasLoadingComponentInTree } from './has-loading-component-in-tree'
import { createComponentTree } from './create-component-tree'
Expand Down

0 comments on commit 5e75759

Please sign in to comment.