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

fixed lint errors

This commit is contained in:
Fedor Katurov 2022-03-23 14:44:54 +07:00
parent 16fe237a4a
commit 04ea68d94e
2 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,5 @@
import React, { FC } from 'react';
import { Pressable } from '~/components/common/Pressable';
import { NodeRelated } from '~/components/node/NodeRelated';
import { NodeRelatedPlaceholder } from '~/components/node/NodeRelated/placeholder';