fixed imports

This commit is contained in:
Fedor Katurov 2020-01-08 12:51:19 +07:00
parent 23c9e42bd5
commit 103097edbd
50 changed files with 260 additions and 229 deletions

View file

@ -1,4 +1,4 @@
import * as React from 'react';
import React from 'react';
import { Icon } from '$components/panels/Icon';
type Props = {

View file

@ -1,5 +1,5 @@
// @flow
import * as React from "react";
import React from "react";
import { UserPicture } from "$components/user/UserPicture";
import { IUser } from "$constants/auth";

View file

@ -1,4 +1,4 @@
import * as React from 'react';
import React from 'react';
import { APP_INFO } from '$constants/app_info';
import { userLogout } from "$redux/user/actions";

View file

@ -1,4 +1,4 @@
import * as React from 'react';
import React from 'react';
export const UserPicture = ({ photo }) => (
<div