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

refactored react imports

This commit is contained in:
Fedor Katurov 2023-11-20 22:35:07 +06:00
parent a9a220273f
commit 7a7b7a4bf9
253 changed files with 679 additions and 479 deletions

View file

@ -1,4 +1,4 @@
import React, { VFC } from 'react';
import { VFC } from 'react';
import { observer } from 'mobx-react-lite';

View file

@ -1,4 +1,4 @@
import React, { FC } from 'react';
import { FC } from 'react';
import { observer } from 'mobx-react-lite';
import { InferGetStaticPropsType } from 'next';

View file

@ -1,4 +1,4 @@
import React, { VFC } from 'react';
import { VFC } from 'react';
import { PageTitle } from '~/components/common/PageTitle';
import { LabLayout } from '~/layouts/LabLayout';

View file

@ -1,4 +1,4 @@
import React, { FC } from 'react';
import { FC } from 'react';
import { observer } from 'mobx-react-lite';
import { GetStaticPropsResult, InferGetStaticPropsType } from 'next';

View file

@ -1,4 +1,4 @@
import React, { FC } from 'react';
import { FC } from 'react';
import { useRouter } from 'next/router';
import { RouteComponentProps } from 'react-router';

View file

@ -1,4 +1,4 @@
import React, { FC } from 'react';
import { FC } from 'react';
import { InferGetStaticPropsType } from 'next';
import { RouteComponentProps } from 'react-router';

View file

@ -1,5 +1,3 @@
import React from 'react';
import { PageTitle } from '~/components/common/PageTitle';
import { ProfileSettings } from '~/components/profile/ProfileSettings';
import { SettingsLayout } from '~/layouts/SettingsLayout';

View file

@ -1,5 +1,3 @@
import React from 'react';
import { PageTitle } from '~/components/common/PageTitle';
import { SettingsNotes } from '~/containers/settings/SettingsNotes';
import { SettingsLayout } from '~/layouts/SettingsLayout';

View file

@ -1,5 +1,3 @@
import React from 'react';
import { PageTitle } from '~/components/common/PageTitle';
import { SettingsDeleted } from '~/containers/settings/SettingsDeleted';
import { SettingsLayout } from '~/layouts/SettingsLayout';