Move all of the view-only components to their own directory.
parent
85f5f91f36
commit
5ee24d054d
@ -1,6 +1,6 @@
|
||||
import * as React from 'react';
|
||||
|
||||
import { getPalette } from './App';
|
||||
import { getPalette } from '../App';
|
||||
|
||||
export default (props: {text: string, backgroundColor?: string, children?: any}) => {
|
||||
const style = {
|
@ -1,6 +1,6 @@
|
||||
import * as React from 'react';
|
||||
|
||||
import { getPalette } from './App';
|
||||
import { getPalette } from '../App';
|
||||
|
||||
export default (props: {text: string}) => {
|
||||
const style = {
|
Loading…
Reference in New Issue