Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Aug 28, 2023
1 parent 34a8bdf commit 3866205
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/Export.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ ${indent4(mainHTML.content)}

}

function selectAndCopy(e) {
navigator.clipboard.writeText(e.target.textContent);
}

function openInCodepen(data) {
const files = data.files;
const mainHTML = getOrFind(files, 'index.html', 'html');
Expand Down

0 comments on commit 3866205

Please sign in to comment.