aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-tools-pages/ts/components/Code.tsx
diff options
context:
space:
mode:
authorAugust Skare <post@augustskare.no>2018-10-22 15:20:54 +0800
committerAugust Skare <post@augustskare.no>2018-10-22 15:20:54 +0800
commit68c18181395986035a5c8e1ff2a83926f34fac60 (patch)
tree50a69874ade14cb221769a6414f18d9433b64f8a /packages/dev-tools-pages/ts/components/Code.tsx
parent12087b6b70862a7b5d1954119ac5b5a06e6179f0 (diff)
downloaddexon-sol-tools-68c18181395986035a5c8e1ff2a83926f34fac60.tar
dexon-sol-tools-68c18181395986035a5c8e1ff2a83926f34fac60.tar.gz
dexon-sol-tools-68c18181395986035a5c8e1ff2a83926f34fac60.tar.bz2
dexon-sol-tools-68c18181395986035a5c8e1ff2a83926f34fac60.tar.lz
dexon-sol-tools-68c18181395986035a5c8e1ff2a83926f34fac60.tar.xz
dexon-sol-tools-68c18181395986035a5c8e1ff2a83926f34fac60.tar.zst
dexon-sol-tools-68c18181395986035a5c8e1ff2a83926f34fac60.zip
breakout container for small screens
Diffstat (limited to 'packages/dev-tools-pages/ts/components/Code.tsx')
-rw-r--r--packages/dev-tools-pages/ts/components/Code.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/dev-tools-pages/ts/components/Code.tsx b/packages/dev-tools-pages/ts/components/Code.tsx
index 31ab421be..02bd0382e 100644
--- a/packages/dev-tools-pages/ts/components/Code.tsx
+++ b/packages/dev-tools-pages/ts/components/Code.tsx
@@ -1,7 +1,7 @@
import * as React from 'react';
import styled from 'styled-components';
-import { colors } from '../variables';
+import { colors } from 'ts/variables';
import BaseButton from './Button';
interface CodeProps {