Skip to content

Commit

Permalink
Switch from parcel to vite for example app
Browse files Browse the repository at this point in the history
  • Loading branch information
Temzasse committed Oct 27, 2024
1 parent 95c2a7a commit b88687a
Show file tree
Hide file tree
Showing 5 changed files with 742 additions and 3,042 deletions.
2 changes: 1 addition & 1 deletion example/components/SnapPoints.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function SnapPoints() {
const close = () => setOpen(false);

useEffect(() => {
console.log('> Current snap point', snapPoint);
console.log('> Current snap point is', snapPoint);
}, [snapPoint]);

useMetaThemeColor({
Expand Down
2 changes: 1 addition & 1 deletion example/components/slack-message/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {

import { NewMessageHeader } from './NewMessageHeader';
import { NewMessageContent } from './NewMessageContent';
import { useMetaThemeColor } from 'components/hooks';
import { useMetaThemeColor } from '../hooks';

// A11y added with React Aria: https://react-spectrum.adobe.com/react-aria/useDialog.html

Expand Down
Loading

0 comments on commit b88687a

Please sign in to comment.