[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,6 +1,6 @@
import { Component } from "../component/component";
import { xml } from "../tags";
import { Destination, RouterEnv } from "./Router";
import { Destination, RouterEnv } from "./router";
type Props = Destination;