Skip to content

Commit

Permalink
Flatten module as it's a single file for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
giotiskl committed Jul 6, 2019
1 parent 60893c9 commit 30c8f0c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Dictionary } from '../types/interfaces';
import { Dictionary } from './types/interfaces';

type Receiver = NodeListOf<Element> | Element | Window;

Expand Down
1 change: 0 additions & 1 deletion src/EventReceiver/index.ts

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Filterizr from '../Filterizr';
import { debounce } from '../utils';
import EventReceiver from '../EventReceiver';
import Filterizr from './Filterizr';
import { debounce } from './utils';
import EventReceiver from './EventReceiver';

export default class FilterControls {
private filterControls: EventReceiver;
Expand Down
1 change: 0 additions & 1 deletion src/FilterControls/index.ts

This file was deleted.

0 comments on commit 30c8f0c

Please sign in to comment.