Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
fix(Skeleton): Ensure index.ts is a module
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Feb 19, 2020
1 parent a35010c commit d1d941e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/themes/skeleton/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// If your theme needs Javascript (e.g. to reorder elements in HTML)
// put it in here. See the `src/shared/js` folder for useful, reusable functions.
export {}

// This export is necessary to make this a module for importing into themes.ts.
export {}

0 comments on commit d1d941e

Please sign in to comment.