aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/widgets/sharing.test.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/organisms/widgets/sharing.test.tsx')
-rw-r--r--src/components/organisms/widgets/sharing.test.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/organisms/widgets/sharing.test.tsx b/src/components/organisms/widgets/sharing.test.tsx
index f05a73b..50f92e3 100644
--- a/src/components/organisms/widgets/sharing.test.tsx
+++ b/src/components/organisms/widgets/sharing.test.tsx
@@ -1,5 +1,5 @@
import { render, screen } from '../../../../tests/utils';
-import Sharing, { type SharingData } from './sharing';
+import { Sharing, type SharingData } from './sharing';
const postData: SharingData = {
excerpt: 'A post excerpt',