Skip to content

Commit

Permalink
formatg
Browse files Browse the repository at this point in the history
  • Loading branch information
dschlabach committed Nov 14, 2024
1 parent 3278f5f commit b7b9696
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/docs/components/PropsTable.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Code } from './Code.tsx';
// biome-ignore lint/style/noNamespaceImport: Recommended by Radix
import * as Popover from '@radix-ui/react-popover';
import { Code } from './Code.tsx';
import InfoIcon from './svg/infoIcon.tsx';
export type PropDef = {
name: string;
Expand Down
2 changes: 1 addition & 1 deletion site/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ export default {
},
},
},
plugins: [require("tailwindcss-animate"),],
plugins: [require('tailwindcss-animate')],
};

0 comments on commit b7b9696

Please sign in to comment.