summaryrefslogtreecommitdiff
path: root/scraper/client/common/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'scraper/client/common/index.js')
-rw-r--r--scraper/client/common/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/scraper/client/common/index.js b/scraper/client/common/index.js
index 8ced56b3..8925aae0 100644
--- a/scraper/client/common/index.js
+++ b/scraper/client/common/index.js
@@ -5,6 +5,7 @@ import Gate from './gate.component'
import Autocomplete from './autocomplete.component'
import { TableObject, TableArray, TableTuples, TableRow, TableCell } from './table.component'
import './common.css'
+import './autocomplete.css'
export {
Header,