Skip to content

Commit

Permalink
chore: cleaned up import
Browse files Browse the repository at this point in the history
  • Loading branch information
Vali-98 committed Dec 3, 2024
1 parent 8fbeb1f commit 920dbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/ChatMenu/ChatWindow/EditorModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import FadeBackrop from '@components/FadeBackdrop'
import { MaterialIcons } from '@expo/vector-icons'
import { Chats, Style } from 'constants/Global'
import { ColorId } from 'constants/Style'
import React, { useRef, useState } from 'react'
import React, { useState } from 'react'
import {
GestureResponderEvent,
Modal,
Expand Down

0 comments on commit 920dbdf

Please sign in to comment.