Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
dnbrwstr committed Dec 2, 2024
1 parent cd183cf commit 4c3127a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/features/top/PostScreen.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type { NativeStackScreenProps } from '@react-navigation/native-stack';
import { useChatSettingsNavigation } from '@tloncorp/app/hooks/useChatSettingsNavigation';
import { useChannelContext } from '@tloncorp/shared';
import * as db from '@tloncorp/shared/db';
import * as store from '@tloncorp/shared/store';
Expand All @@ -12,6 +11,7 @@ import {
import { useCallback, useEffect, useMemo, useState } from 'react';

import { useChannelNavigation } from '../../hooks/useChannelNavigation';
import { useChatSettingsNavigation } from '../../hooks/useChatSettingsNavigation';
import { useGroupActions } from '../../hooks/useGroupActions';
import { useFeatureFlag } from '../../lib/featureFlags';
import type { RootStackParamList } from '../../navigation/types';
Expand Down

0 comments on commit 4c3127a

Please sign in to comment.