fix: build
This commit is contained in:
parent
1ac42e51db
commit
57a9a1c966
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { Meta, StoryObj } from '@storybook/react'
|
||||
import { Meta, StoryObj } from '@storybook/nextjs-vite'
|
||||
import { SecureEmail } from './SecureEmail'
|
||||
|
||||
const meta: Meta<typeof SecureEmail> = {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use client';
|
||||
import React, { useRef } from 'react';
|
||||
import { useRef } from 'react';
|
||||
|
||||
interface SecureEmailProps {
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue