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:
parent
4a29e11079
commit
e3be5924bf
27 changed files with 286 additions and 282 deletions
|
@ -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 {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue