1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed action

This commit is contained in:
Fedor Katurov 2020-10-31 21:26:45 +07:00
parent 9778c9ba9a
commit 62e607c425
3 changed files with 13 additions and 9 deletions

View file

@ -1,4 +1,4 @@
import React, { ChangeEvent, FC, useCallback, useEffect, useMemo, useRef, useState, } from 'react';
import React, { ChangeEvent, FC, useCallback, useEffect, useMemo, useRef, useState } from 'react';
import { TagAutocomplete } from '~/components/tags/TagAutocomplete';
import { TagWrapper } from '~/components/tags/TagWrapper';
import styles from './styles.module.scss';