Skip to content

Commit

Permalink
deepscan fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kurund committed Nov 25, 2023
1 parent e52603d commit 41ca955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Template/Form/Template.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { EmojiInput } from 'components/UI/Form/EmojiInput/EmojiInput';
import { AutoComplete } from 'components/UI/Form/AutoComplete/AutoComplete';
import { Checkbox } from 'components/UI/Form/Checkbox/Checkbox';
import { LanguageBar } from 'components/UI/LanguageBar/LanguageBar';
import { GET_TEMPLATE, FILTER_TEMPLATES } from 'graphql/queries/Template';
import { GET_TEMPLATE } from 'graphql/queries/Template';
import { CREATE_MEDIA_MESSAGE } from 'graphql/mutations/Chat';
import { USER_LANGUAGES } from 'graphql/queries/Organization';
import { GET_TAGS } from 'graphql/queries/Tags';
Expand Down

0 comments on commit 41ca955

Please sign in to comment.