Skip to content

Commit

Permalink
Fix template-registry import (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreeman authored May 22, 2024
1 parent d41abad commit 367e926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ember-exclaim/declarations/template-registry.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ExclaimUi } from './components/exclaim-ui';
import ExclaimUi from './components/exclaim-ui';

export default interface ExclaimTemplateRegistry {
ExclaimUi: typeof ExclaimUi;
Expand Down
2 changes: 1 addition & 1 deletion ember-exclaim/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-exclaim",
"version": "2.1.0",
"version": "2.1.1",
"description": "An addon allowing apps to expose declarative, JSON-configurable custom UIs backed by Ember components",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 367e926

Please sign in to comment.