diff options
Diffstat (limited to 'src/components/organisms/layout/comments-list.fixture.tsx')
| -rw-r--r-- | src/components/organisms/layout/comments-list.fixture.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/organisms/layout/comments-list.fixture.tsx b/src/components/organisms/layout/comments-list.fixture.tsx index f2a1d26..5842129 100644 --- a/src/components/organisms/layout/comments-list.fixture.tsx +++ b/src/components/organisms/layout/comments-list.fixture.tsx @@ -1,4 +1,4 @@ -import { SingleComment } from '@ts/types/app'; +import { SingleComment } from '../../../types/app'; export const comments: SingleComment[] = [ { |
