Adjusted the way we import react to match how it's done in the project.

This commit is contained in:
Piotr Janosz
2019-07-29 17:54:41 +02:00
committed by fabioberger
parent b5e02d1b74
commit 086fa31d04
46 changed files with 63 additions and 64 deletions

View File

@@ -1,4 +1,4 @@
import React from 'react';
import * as React from 'react';
import { CommunityLinks } from 'ts/components/docs/home/community_links';
import { MiddleSection } from 'ts/components/docs/home/middle_section';