fix imports after renaming

This commit is contained in:
August Skare
2018-11-19 17:35:22 +01:00
parent 31d07fdac8
commit 117726c6d8
15 changed files with 65 additions and 65 deletions

View File

@@ -3,9 +3,9 @@ import styled from 'styled-components';
import { colors, media } from 'ts/variables';
import { Breakout } from './Breakout';
import { Container } from './Container';
import { InlineCode } from './InlineCode';
import { Breakout } from './breakout';
import { Container } from './container';
import { InlineCode } from './inline-code';
const Cards = styled.dl`
column-count: 3;