Skip to content

Commit

Permalink
move declarations/component-declaration from js
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-simionov committed Dec 25, 2019
1 parent cea8437 commit df2c2ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion js/ui/test-button.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Component, Prop, Event, InternalState, Listen, React, Template } from "../component_declaration/common";
import { Component, Prop, Event, InternalState, Listen, React, Template } from "../../declarations/component_declaration/common";
import { getDocument } from '../core/dom_adapter';
import { getImageSourceType } from '../core/utils/icon';
import { isDefined } from '../core/utils/type';
Expand Down

0 comments on commit df2c2ec

Please sign in to comment.