Skip to content

Commit e0c2056

Browse files
authored
chore(cleanup): Remove all unused controllers and components (#447)
1 parent dad7bf1 commit e0c2056

File tree

121 files changed

+20
-19691
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+20
-19691
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ i18n/**
44
index.js
55
flow/**
66
flow-typed/**
7-
functional-tests/**

src/@types/model.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,7 @@ export interface TargetRegion {
107107
shape: Rect;
108108
type: 'region';
109109
}
110+
111+
export enum Type {
112+
region = 'region',
113+
}

0 commit comments

Comments
 (0)