Skip to content

Commit

Permalink
Update runClientApp.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkXia authored Jul 25, 2023
1 parent efdd8d1 commit e65cbf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime/src/runClientApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { createHashHistory, createBrowserHistory, createMemoryHistory } from '@r
import type { History } from '@remix-run/router';
import type {
AppContext, WindowContext, AppExport, RouteItem, RuntimeModules, AppConfig, AssetsManifest, ClientAppRouterProps,
ErrorStack,
} from './types.js';
import { createHistory as createHistorySingle } from './singleRouter.js';
import { setHistory } from './history.js';
Expand All @@ -20,7 +21,6 @@ import addLeadingSlash from './utils/addLeadingSlash.js';
import { AppContextProvider } from './AppContext.js';
import { deprecatedHistory } from './utils/deprecatedHistory.js';
import reportRecoverableError from './reportRecoverableError.js';
import type { ErrorStack } from './types.js';

export interface RunClientAppOptions {
app: AppExport;
Expand Down

0 comments on commit e65cbf4

Please sign in to comment.