Added several resuable React components for commonly-used elements

This commit is contained in:
danielyxie
2019-03-25 21:38:57 -07:00
committed by danielyxie
parent ea7f0752cb
commit 3cf18f100a
4 changed files with 115 additions and 1 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
/* Creates a Close/Cancel button that is used for removing popups */
/**
* Creates a Close/Cancel button that is used for removing popups
*/
import { createElement } from "./createElement";
import { removeElement } from "./removeElement";