Fix Storybook build: Update imports to @storybook/test and add interactions addon
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import Button from "../app/components/Button.js";
|
||||
import { within, userEvent } from "@storybook/testing-library";
|
||||
import { within, userEvent } from "@storybook/test";
|
||||
|
||||
export default {
|
||||
title: "Components/Button/Visual Regression",
|
||||
|
||||
Reference in New Issue
Block a user