mirror of
https://github.com/bendtherules/piktochart-create-editor.git
synced 2026-08-19 00:33:28 +00:00
Add Sidebar, CanvasArea, UploadResourcesInput, AddToCanvasInputArea
All are empty new components
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
import * as React from 'react';
|
||||
import './Sidebar.css';
|
||||
|
||||
interface SidebarProps {
|
||||
|
||||
}
|
||||
interface SidebarState {
|
||||
}
|
||||
|
||||
export class Sidebar extends React.Component<SidebarProps, SidebarState> {
|
||||
constructor(props: SidebarProps) {
|
||||
super(props);
|
||||
|
||||
}
|
||||
|
||||
|
||||
render() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user