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

Commit fc2021c

Browse files
committed
fix typo grid-emotion -> grid-styled
1 parent 2e30ebd commit fc2021c

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-emotion';
5+
import { Box } from 'grid-styled';
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)