Kebab cased component file names

This commit is contained in:
sam-keen
2022-03-04 17:11:56 +00:00
committed by Dexter Edwards
parent defe970784
commit afeabc1ba2
6 changed files with 4 additions and 4 deletions
@@ -1 +1 @@
export { BlocksTable } from './home/blocksTable';
export { BlocksTable } from './home/blocks-table';
@@ -1,3 +1,3 @@
export { TxDetails } from './id/txDetails';
export { TxContent } from './id/txContent';
export { TxList } from './home/txList';
export { TxDetails } from './id/tx-details';
export { TxContent } from './id/tx-content';
export { TxList } from './home/tx-list';