[REF] *: snakecase filenames

This commit is contained in:
Aaron Bohy
2019-10-11 14:52:09 +02:00
committed by aab-odoo
parent 895fe7c60f
commit 23246c42aa
14 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { Component, Env } from "../src/component/component";
import { Store, useStore, useDispatch, useGetters } from "../src/Store";
import { Store, useStore, useDispatch, useGetters } from "../src/store";
import { useState } from "../src/hooks";
import { xml } from "../src/tags";
import { shallowEqual } from "../src/utils";