Skip to content

Commit

Permalink
Rename Shape to Block
Browse files Browse the repository at this point in the history
  • Loading branch information
carterjbastian committed Mar 2, 2017
1 parent 48332b8 commit 07ce642
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
15 changes: 15 additions & 0 deletions app/components/Block.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// @flow
import React, { Component } from 'react';
var ReactDOM = require('react-dom');
var electron = require('electron');

// const {Raphael,Paper,Set,Circle,Ellipse,Image,Rect,Text,Path,Line} = require('react-raphael');

export default class Diagram extends Component {
render() {
return (
<div style={{position: 'absolute', width: '100%', height: '100%', margin: 0, padding: 0}}>
<div></div>
</div>);
}
}
15 changes: 0 additions & 15 deletions app/components/Shape.js

This file was deleted.

0 comments on commit 07ce642

Please sign in to comment.