Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Commit

Permalink
Row and Col deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
FeodorFitsner committed Dec 3, 2020
1 parent 8659aa9 commit 0924241
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 32 deletions.
14 changes: 0 additions & 14 deletions client/src/controls/Col.js

This file was deleted.

4 changes: 0 additions & 4 deletions client/src/controls/ControlsList.js
@@ -1,6 +1,4 @@
import React from 'react'
import Row from './Row'
import Col from './Col'
import MyStack from './Stack'
import { Textbox } from './Textbox'
import { MyDropdown } from './Dropdown'
Expand All @@ -14,8 +12,6 @@ const ControlsList = ({ controls }) => {
//console.log(`render ControlsList: ${id}`);

const controlTypes = {
'row': Row,
'col': Col,
'textbox': Textbox,
'checkbox': MyCheckbox,
'dropdown': MyDropdown,
Expand Down
14 changes: 0 additions & 14 deletions client/src/controls/Row.js

This file was deleted.

0 comments on commit 0924241

Please sign in to comment.