Skip to content

Commit 933c747

Browse files
committed
format the registry
1 parent a3bca35 commit 933c747

4 files changed

Lines changed: 6 additions & 14 deletions

File tree

‎packages/sdk/component-registry/next.config.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { NextConfig } from "next";
1+
import type { NextConfig } from 'next';
22

33
const nextConfig: NextConfig = {
44
/* config options here */

‎packages/sdk/component-registry/public/r/echo-account-next.json‎

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@
44
"type": "registry:component",
55
"title": "Echo Account (Next)",
66
"description": "Next.js variant of Echo Account",
7-
"registryDependencies": [
8-
"popover",
9-
"skeleton",
10-
"avatar"
11-
],
7+
"registryDependencies": ["popover", "skeleton", "avatar"],
128
"files": [
139
{
1410
"path": "registry/echo/blocks/echo-account-button/echo-account-next.tsx",
@@ -68,4 +64,4 @@
6864
"target": "~/public/logo/dark.svg"
6965
}
7066
]
71-
}
67+
}

‎packages/sdk/component-registry/public/r/echo-account-react.json‎

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@
44
"type": "registry:component",
55
"title": "Echo Account (React)",
66
"description": "React variant of Echo Account",
7-
"registryDependencies": [
8-
"popover",
9-
"skeleton",
10-
"avatar"
11-
],
7+
"registryDependencies": ["popover", "skeleton", "avatar"],
128
"files": [
139
{
1410
"path": "registry/echo/blocks/echo-account-button/echo-account-react.tsx",
@@ -68,4 +64,4 @@
6864
"target": "~/public/logo/dark.svg"
6965
}
7066
]
71-
}
67+
}

‎packages/sdk/component-registry/registry/echo/blocks/echo-account-button/echo-account-react.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { useEcho } from '@merit-systems/echo-react-sdk';
2-
import { EchoAccountButton } from './echo-account';
2+
import { EchoAccountButton } from './echo-account';
33

44
export function EchoAccount() {
55
const echo = useEcho();

0 commit comments

Comments
 (0)