Skip to content

Commit

Permalink
fix: adjust new package structure
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Feb 28, 2020
1 parent 75ad382 commit 906c70e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 88 deletions.
2 changes: 1 addition & 1 deletion ui/block-components/src/ActionBar/ActionBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { FunctionComponent, MouseEvent } from 'react';
import styled from '@emotion/styled';
import { Theme } from 'theme-ui';

const Container = styled.div(({ theme }: { theme: Theme }) => ({
const Container = styled.div(({ theme }: { theme?: Theme }) => ({
bottom: 0,
right: 0,
maxWidth: '100%',
Expand Down
74 changes: 0 additions & 74 deletions ui/blocks-core/src/ControlsTable/PropEditorRow.tsx

This file was deleted.

13 changes: 0 additions & 13 deletions ui/blocks-core/tsconfig.json

This file was deleted.

0 comments on commit 906c70e

Please sign in to comment.