Skip to content

Commit 50acb62

Browse files
Fix root import order
Co-authored-by: Kent C. Dodds <me+github@kentcdodds.com>
1 parent f61c46c commit 50acb62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/root.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ import { getClientSession } from './utils/client.server.ts'
3737
import { getEnv } from './utils/env.server.ts'
3838
import { getLoginInfoSession } from './utils/login.server.ts'
3939
import { useNonce } from './utils/nonce-provider.ts'
40+
import { getLatestPodcastSeasonLinks } from './utils/podcast-latest-season.server.ts'
4041
import { getSocialMetas } from './utils/seo.ts'
4142
import { getSession } from './utils/session.server.ts'
4243
import { TeamProvider, useTeam } from './utils/team-provider.tsx'
4344
import { getTheme } from './utils/theme.server.ts'
4445
import { useTheme } from './utils/theme.tsx'
4546
import { getServerTimeHeader } from './utils/timing.server.ts'
4647
import { getUserInfo } from './utils/user-info.server.ts'
47-
import { getLatestPodcastSeasonLinks } from './utils/podcast-latest-season.server.ts'
4848

4949
export const handle: KCDHandle & { id: string } = {
5050
id: 'root',

0 commit comments

Comments
 (0)