Some more components fixed... definitely need an @root resolver.
This commit is contained in:
@ -26,8 +26,8 @@ import Language from './../../../language/Language';
|
||||
import { PageBoundary } from './../../Page';
|
||||
import { ImageSection } from './../../../section/Section';
|
||||
import FloatingContentBox from './../../../content/FloatingContentBox';
|
||||
import { Title, Subtitle } from './../../../typography/Typography';
|
||||
import ElementScrollFader from './../../../animation/fade/ElementScrollFader';
|
||||
import { Title, Subtitle } from './../../../../objects/typography/Typography';
|
||||
import ElementScrollFader from './../../../../objects/animation/fade/ElementScrollFader';
|
||||
|
||||
|
||||
export default (props) => {
|
||||
|
@ -26,7 +26,7 @@ import Language from './../../../language/Language';
|
||||
import { PageBoundary } from './../../Page';
|
||||
import { ImageSection, SplitSection, Split, ClearSection } from './../../../section/Section';
|
||||
import ContentBox from './../../../content/ContentBox';
|
||||
import { Title, Subtitle, Paragraph, Heading1, Heading2 } from './../../../typography/Typography';
|
||||
import { Title, Subtitle, Paragraph, Heading1, Heading2 } from './../../../../objects/typography/Typography';
|
||||
import { Button } from './../../../input/Input';
|
||||
import ElementScrollFader from './../../../animation/fade/ElementScrollFader';
|
||||
import Image from './../../../image/Image';
|
||||
@ -37,7 +37,7 @@ import Window95, {
|
||||
ContextMenu, ContextMenuOption,
|
||||
Frame,
|
||||
AddressBar
|
||||
} from './../../../window/Window95';
|
||||
} from './../../../../object/window/Window95';
|
||||
|
||||
const ExistingWorkFrame = (props) => {
|
||||
let fakeURL = props.href;
|
||||
|
@ -28,8 +28,8 @@ import { ImageSection, SplitSection, Split } from './../../../section/Section';
|
||||
import FloatingContentBox from './../../../content/FloatingContentBox';
|
||||
import ContentBox from './../../../content/ContentBox';
|
||||
import Image from './../../../image/Image';
|
||||
import Video from './../../../video/Video';
|
||||
import { Title, Subtitle, Paragraph, Heading1 } from './../../../typography/Typography';
|
||||
import Video from './../../../../video/Video';
|
||||
import { Title, Subtitle, Paragraph, Heading1 } from './../../../../objects/typography/Typography';
|
||||
import ElementScrollFader from './../../../animation/fade/ElementScrollFader';
|
||||
|
||||
const Platform = (props) => {
|
||||
|
@ -27,7 +27,7 @@ import Language from './../../../language/Language';
|
||||
import { PageBoundary } from './../../Page';
|
||||
import { ImageSection } from './../../../section/Section';
|
||||
import ContentBox from './../../../content/ContentBox';
|
||||
import { Title, Paragraph, Heading1 } from './../../../typography/Typography';
|
||||
import { Title, Paragraph, Heading1 } from './../../../../objects/typography/Typography';
|
||||
import ElementScrollFader from './../../../animation/fade/ElementScrollFader';
|
||||
|
||||
export default (props) => {
|
||||
|
@ -27,8 +27,8 @@ import Page, { PageBoundary } from './../../Page';
|
||||
import Section, { SplitSection, Split } from './../../../section/Section';
|
||||
import FloatingContentBox from './../../../content/FloatingContentBox';
|
||||
import ContentBox from './../../../content/ContentBox';
|
||||
import Video from './../../../video/Video';
|
||||
import { Title, Subtitle, Paragraph, Heading1 } from './../../../typography/Typography';
|
||||
import Video from './../../../../objects/video/Video';
|
||||
import { Title, Subtitle, Paragraph, Heading1 } from './../../../../objects/typography/Typography';
|
||||
import ElementScrollFader from './../../../animation/fade/ElementScrollFader';
|
||||
|
||||
|
||||
@ -41,8 +41,8 @@ export default (props) => {
|
||||
<Split className="u-text-center" padded>
|
||||
<ElementScrollFader>
|
||||
<Video
|
||||
image={ require('./../../../videos/bunny/big_buck_bunny.jpg') }
|
||||
mp4={ require('./../../../videos/bunny/big_buck_bunny.mp4') }
|
||||
image={ require('./../../../../assets/videos/bunny/big_buck_bunny.jpg') }
|
||||
mp4={ require('./../../../assets/videos/bunny/big_buck_bunny.mp4') }
|
||||
controls
|
||||
/>
|
||||
</ElementScrollFader>
|
||||
|
Reference in New Issue
Block a user