style: import from './index' instead of '.' (#5590)

Co-authored-by: LongYinan <lynweklm@gmail.com>
This commit is contained in:
Lewis Liu
2024-01-15 22:39:08 -08:00
committed by GitHub
parent 75fb0a9f1a
commit 94e24d1b82
20 changed files with 20 additions and 20 deletions

View File

@@ -7,7 +7,7 @@ import {
TableCell,
TableHead,
TableHeadRow,
} from '.';
} from './index';
export default {
title: 'UI/Table',