diff src/ingest/IngestDrop.ts @ 18:1b388ee5dd09

reformat
author drewp@bigasterisk.com
date Mon, 17 Apr 2023 00:41:25 -0700
parents 071943adf000
children ff73b95fc72f
line wrap: on
line diff
--- a/src/ingest/IngestDrop.ts	Sun Apr 16 03:19:33 2023 -0700
+++ b/src/ingest/IngestDrop.ts	Mon Apr 17 00:41:25 2023 -0700
@@ -17,6 +17,7 @@
       }
     `,
   ];
+
   render() {
     return html` <div id="drop" @dragover=${this.dragover} @dragleave=${this.leave} @drop=${this.drop}>Drop video url here</div> `;
   }