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

ran prettier over project

This commit is contained in:
Fedor Katurov 2022-08-12 14:01:28 +07:00
parent 4a29e11079
commit e3be5924bf
27 changed files with 286 additions and 282 deletions

View file

@ -1,8 +1,8 @@
import React, { FC } from "react";
import React, { FC } from 'react';
import { observer } from "mobx-react-lite";
import { observer } from 'mobx-react-lite';
import { useAuth } from "~/hooks/auth/useAuth";
import { useAuth } from '~/hooks/auth/useAuth';
interface IProps {}