mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fix eslint
This commit is contained in:
parent
e4b158dada
commit
a26e4168fd
80 changed files with 199 additions and 205 deletions
|
@ -1,5 +1,6 @@
|
|||
import React, { FC } from 'react';
|
||||
|
||||
import { Anchor } from '~/components/common/Anchor';
|
||||
import { Button } from '~/components/input/Button';
|
||||
import { Role } from '~/constants/auth';
|
||||
import { Dialog } from '~/constants/modal';
|
||||
|
@ -26,7 +27,7 @@ const RoomLayout: FC<RoomLayoutProps> = () => {
|
|||
|
||||
<p>
|
||||
Пока ещё концепт, над которым я размышляю, ты видишь его, потому
|
||||
что включил суперсилы в <a href="/boris">Борисе</a>.
|
||||
что включил суперсилы в <Anchor href="/boris">Борисе</Anchor>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue