diff --git a/CLAUDE.md b/CLAUDE.md index fc6648937..9b3e74ff8 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -56,8 +56,7 @@ src/ │ │ ├── CreateAccessCodeForm/ │ │ ├── DeviceDetails/ │ │ ├── DeviceTable/ - │ │ ├── EditAccessCodeForm/ - │ │ └── SupportedDeviceTable/ + │ │ └── EditAccessCodeForm/ │ ├── access-codes/ # Access code hooks │ ├── client-sessions/ # Session hooks │ ├── connected-accounts/ # Account hooks diff --git a/README.md b/README.md index 688ef8a48..5b6ecce3e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ refreshing data, and performing actions. - [Get started with Angular](https://docs.seam.co/latest/seam-components/overview/angular). - [Get started with Vue](https://docs.seam.co/latest/seam-components/overview/vue). - [Get started with Client Sessions](https://docs.seam.co/latest/seam-components/get-started-with-react-components-and-client-session-tokens). -- [Make a Supported Devices Page](https://docs.seam.co/latest/seam-components/make-a-supported-devices-page). - Reference the [Component API](https://docs.seam.co/latest/seam-components/react-components). - Find developer specific technical documentation in the [README](https://github.com/seamapi/react/). - Play with the components live in the interactive [Storybook](https://react.seam.co/)! diff --git a/examples/basic/src/App.tsx b/examples/basic/src/App.tsx index fc2ef5ace..217464a85 100644 --- a/examples/basic/src/App.tsx +++ b/examples/basic/src/App.tsx @@ -1,9 +1,4 @@ -import { - ConnectAccountButton, - DeviceTable, - SeamProvider, - SupportedDeviceTable, -} from '@seamapi/react' +import { ConnectAccountButton, DeviceTable, SeamProvider } from '@seamapi/react' export function App(): JSX.Element { return ( @@ -17,8 +12,6 @@ export function App(): JSX.Element {