We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94abaa1 commit fa6b22eCopy full SHA for fa6b22e
src/index.jsx
@@ -22,7 +22,6 @@ extensions.forEach((ext) => {
22
}
23
if (!ext.contributors) ext.contributors = [];
24
});
25
-console.log(extensions);
26
27
const Gallery = ({ images }) => {
28
const [activeIndex, setActiveIndex] = createSignal(0);
0 commit comments