Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit 423b24d

Browse files
committed
ix another typo
1 parent fc2021c commit 423b24d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pages/space.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22
import styled from 'react-emotion';
33
import { space } from 'styled-system';
44
import FaCalender from 'react-icons/lib/fa/calendar';
5-
import { Box } from 'grid-styled';
5+
import { Box } from 'grid-styled/emotion';
66
import { Timeline, TimelineEvent } from 'react-event-timeline'; // eslint-disable-line import/no-unresolved
77
import Layout from '../components/common/layout';
88
import BannerSection from '../components/common/banner';

0 commit comments

Comments
 (0)