Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed May 12, 2023
1 parent f642aa3 commit 745032e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/slidem-slide-base.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import styleSheet from './slidem-slide-base.css' assert { type: 'css' };
import template from './slidem-slide-base.html' assert { type: 'html-template' };

// https://github.com/evanw/esbuild/issues/2800#issuecomment-1378198088
export class SlidemSlideBase extends HTMLElement {
static observedAttributes = [
'auto',
Expand Down

0 comments on commit 745032e

Please sign in to comment.