Skip to content

Commit

Permalink
fix: fix module paths
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Feb 17, 2022
1 parent f773b57 commit c659d31
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/ContainerManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
* MIT license
*/
import Component from "@egjs/component";
import { DestroyOptions, RECT_NAMES, ResizeWatcher, SizeRect } from ".";
import { DEFAULT_GRID_OPTIONS } from "./consts";
import { DestroyOptions, SizeRect } from "./types";
import { ResizeWatcher } from "./ResizeWatcher";
import { DEFAULT_GRID_OPTIONS, RECT_NAMES } from "./consts";

export interface ContainerManagerOptions {
horizontal?: boolean;
Expand Down

0 comments on commit c659d31

Please sign in to comment.