Kebab cased component file names

This commit is contained in:
sam-keen 2022-03-03 17:17:44 +00:00 committed by Dexter Edwards
parent defe970784
commit afeabc1ba2
6 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
export { BlocksTable } from './home/blocksTable';
export { BlocksTable } from './home/blocks-table';

View File

@ -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';