Skip to content

Commit 56eb384

Browse files
committed
Marketplace embed direct listing
1 parent 89891c9 commit 56eb384

File tree

3 files changed

+393
-2
lines changed

3 files changed

+393
-2
lines changed

.prettierrc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
32
"singleQuote": false,
43
"trailingComma": "all"
54
}

parcel-build.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
</head>
2121
<body>
2222
<div id="root"></div>
23-
<script type="module" src="./src/widgets/bundledrop.tsx"></script>
23+
<script type="module" src="./src/widgets/marketplaces.tsx"></script>
2424
</body>
2525
</html>

0 commit comments

Comments
 (0)