Skip to content

Commit

Permalink
Fix QR code import
Browse files Browse the repository at this point in the history
  • Loading branch information
mattupham committed Jun 6, 2024
1 parent 796391b commit d1f4f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/pages/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ const InputsShadcn = () => {
);
};

import QRCode from "~/components/qrcode";
import { QRCode } from "~/components/qrcode";

const QRCodes = () => (
<Card title="QR Codes">
Expand Down

0 comments on commit d1f4f29

Please sign in to comment.