Skip to content

Commit

Permalink
Fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
mj12albert committed Nov 21, 2024
1 parent 6bf643a commit 28adc8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/data/components/accordion/AccordionIntroduction.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use client';
import * as React from 'react';
import { Accordion } from '@base_ui/react/Accordion';
import { Accordion } from '@base-ui-components/react/Accordion';
import classes from './styles.module.css';

export default function AccordionIntroduction() {
Expand Down
2 changes: 1 addition & 1 deletion docs/data/components/accordion/AccordionIntroduction.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use client';
import * as React from 'react';
import { Accordion } from '@base_ui/react/Accordion';
import { Accordion } from '@base-ui-components/react/Accordion';
import classes from './styles.module.css';

export default function AccordionIntroduction() {
Expand Down

0 comments on commit 28adc8a

Please sign in to comment.