mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-05-04 00:56:40 +07:00
removed player reducer, migrated to CRA 5
This commit is contained in:
parent
88f8fe21f7
commit
558e8f8a4f
211 changed files with 7131 additions and 10318 deletions
src/containers/profile/ProfileTabs
|
@ -1,7 +1,7 @@
|
|||
import React, { FC } from 'react';
|
||||
import styles from './styles.module.scss';
|
||||
import { IAuthState } from '~/redux/auth/types';
|
||||
import { Tabs } from '~/components/dialogs/Tabs';
|
||||
import React, { FC } from "react";
|
||||
import styles from "./styles.module.scss";
|
||||
import { IAuthState } from "~/redux/auth/types";
|
||||
import { Tabs } from "~/components/dialogs/Tabs";
|
||||
|
||||
interface IProps {
|
||||
tab: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue