fix: build

This commit is contained in:
Benno Tielen 2026-06-05 13:43:23 +02:00
parent 1ac42e51db
commit 57a9a1c966
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
import { Meta, StoryObj } from '@storybook/react' import { Meta, StoryObj } from '@storybook/nextjs-vite'
import { SecureEmail } from './SecureEmail' import { SecureEmail } from './SecureEmail'
const meta: Meta<typeof SecureEmail> = { const meta: Meta<typeof SecureEmail> = {

View file

@ -1,5 +1,5 @@
'use client'; 'use client';
import React, { useRef } from 'react'; import { useRef } from 'react';
interface SecureEmailProps { interface SecureEmailProps {
/** /**