Skip to content

Commit a2f1d81

Browse files
committed
refactor(devtools): rename social-preview file to social-previews and update import path
This commit renames the social-preview.tsx file to social-previews.tsx for consistency with the component naming convention. The import path in the SeoTab component is also updated accordingly, enhancing code clarity and maintainability.
1 parent 6263ab7 commit a2f1d81

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

packages/devtools/src/tabs/seo-tab/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { MainPanel } from '@tanstack/devtools-ui'
2-
import { SocialPreviewsSection } from './social-preview'
2+
import { SocialPreviewsSection } from './social-previews'
33

44
export const SeoTab = () => {
55
return (

packages/devtools/src/tabs/seo-tab/social-preview.tsx renamed to packages/devtools/src/tabs/seo-tab/social-previews.tsx

File renamed without changes.

0 commit comments

Comments
 (0)