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

s,oother menu appearance

This commit is contained in:
Fedor Katurov 2019-10-23 18:00:05 +07:00
parent 4facd1f148
commit 6836e00de1
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,4 @@
import React, { FC, useState, useCallback } from 'react';
import React, { FC, useState, useCallback, useEffect } from 'react';
import { INode } from '~/redux/types';
import { getURL } from '~/utils/dom';
import classNames from 'classnames';