Fix Storybook build: Update imports to @storybook/test and add interactions addon

This commit is contained in:
adilallo
2025-08-29 17:04:31 -06:00
parent e0d948d24c
commit 531389d65a
6 changed files with 40 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import Header from "../app/components/Header.js";
import { within, userEvent } from "@storybook/testing-library";
import { within, userEvent } from "@storybook/test";
export default {
title: "Components/Header/Responsive",