Skip to content

Commit

Permalink
Linting MORE
Browse files Browse the repository at this point in the history
  • Loading branch information
adammotts committed Apr 18, 2024
1 parent 97752dc commit 93cd10a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/pages/MakePost/TextBasedPost/TextBasedPost.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ import { MakePostNavigationProp } from '../../../types/navigationTypes';

import Icon from 'react-native-vector-icons/MaterialIcons';

import { useSelector } from 'react-redux';
import { createTextPost } from '../../../services/post';
import { useSession } from '@clerk/clerk-expo';
import { RootState } from '../../../components/LayoutWrapper';
import { useState } from 'react';
import { useDispatch } from 'react-redux';
import { updateTitle, updateDescription } from '../../../reducers/makePost/makePostReducer';
Expand Down

0 comments on commit 93cd10a

Please sign in to comment.