removing unecessary test code
This commit is contained in:
parent
3f9c653a65
commit
a9848017a2
|
|
@ -505,6 +505,22 @@ __webpack_require__.r(__webpack_exports__);
|
|||
|
||||
|
||||
|
||||
|
||||
// import React from "react";
|
||||
|
||||
// import { useSelect, useDispatch } from "@wordpress/data";
|
||||
|
||||
// import { useEffect } from "@wordpress/element";
|
||||
|
||||
// export default function index() {
|
||||
// useEffect(() => {
|
||||
// alert("Hello, World!");
|
||||
// }, []);
|
||||
|
||||
// return <div>index</div>;
|
||||
// }
|
||||
|
||||
// index();
|
||||
})();
|
||||
|
||||
/******/ })()
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
16
src/index.js
16
src/index.js
|
|
@ -4,3 +4,19 @@ import "./format-types/tooltip/tooltip.js";
|
|||
import "../blocks/utilities.js";
|
||||
import "./format-types/brochure/brochure.css";
|
||||
import "./format-types/brochure/brochure.js";
|
||||
|
||||
// import React from "react";
|
||||
|
||||
// import { useSelect, useDispatch } from "@wordpress/data";
|
||||
|
||||
// import { useEffect } from "@wordpress/element";
|
||||
|
||||
// export default function index() {
|
||||
// useEffect(() => {
|
||||
// alert("Hello, World!");
|
||||
// }, []);
|
||||
|
||||
// return <div>index</div>;
|
||||
// }
|
||||
|
||||
// index();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user