Skip to content

Commit

Permalink
[TS migration][NewChatPage] Lint fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-rebelo committed Feb 8, 2024
1 parent 48ca4a0 commit 6c84b6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/NewChatPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React, {useCallback, useEffect, useMemo, useState} from 'react';
import {View} from 'react-native';
import {withOnyx} from 'react-native-onyx';
import type {OnyxCollection, OnyxEntry} from 'react-native-onyx';
import type {ValueOf} from 'type-fest';
import KeyboardAvoidingView from '@components/KeyboardAvoidingView';
import OfflineIndicator from '@components/OfflineIndicator';
import OptionsSelector from '@components/OptionsSelector';
Expand Down

0 comments on commit 6c84b6e

Please sign in to comment.