Skip to content

Commit 9d8d0be

Browse files
authored
fix: Modify the path of TextButton to remove .jsx #276
1 parent 1d5dbf3 commit 9d8d0be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/TextButton/stories/TextButton.stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react';
2-
import TextButton from '../index.jsx';
2+
import TextButton from '../index';
33
import Label, { LabelTypography, LabelColors } from '../../Label';
44

55
const description = `

0 commit comments

Comments
 (0)