Cleaned imports
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
|
||||
import React from 'react';
|
||||
import Section from './../Section';
|
||||
import { PageBoundary } from './../../page/Page';
|
||||
import { PageBoundary } from '@components/page/Page';
|
||||
|
||||
const FeaturedArticle = function(props) {
|
||||
let clazz = "c-featured-blog-section__article";
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
import React from 'react';
|
||||
import Section from './../Section';
|
||||
import Image from './../../../objects/image/Image';
|
||||
import Image from '@objects/image/Image';
|
||||
|
||||
export default function(props) {
|
||||
let image;
|
||||
|
@ -23,8 +23,8 @@
|
||||
|
||||
import React from 'react';
|
||||
import Section from './../Section';
|
||||
import Video from './../../../objects/video/Video';
|
||||
import Loader from './../../../objects/loading/Loader';
|
||||
import Video from '@objects/video/Video';
|
||||
import Loader from '@objects/loading/Loader';
|
||||
|
||||
class VideoSection extends React.Component {
|
||||
constructor(props) {
|
||||
|
Reference in New Issue
Block a user