Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Armando Lopez Jr authored Dec 3, 2021
1 parent 6ecbd24 commit dd1d09f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions bulk_index_index.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<update handle="formkey"/>
<update handle="styles"/>
<body>
<referenceContainer name="content">
<uiComponent name="bulk_listing"/>
</referenceContainer>
</body>
</page>

1 comment on commit dd1d09f

@calbearox
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
render() {
return (


Hello, world!




);
}
}

function App() {
return (






);
}

ReactDOM.render(, document.getElementById('root'));

Please sign in to comment.