Drop legacy peer deps

This commit is contained in:
adilallo
2026-05-23 13:45:02 -06:00
parent 2fd20d5b2a
commit d084ea3b33
8 changed files with 697 additions and 381 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
import React from "react";
import Checkbox from "../../app/components/controls/Checkbox";
import { within, userEvent } from "@storybook/test";
import { expect } from "@storybook/test";
import { within, userEvent, expect } from "storybook/test";
// Interaction functions for Storybook play functions
const DefaultInteraction = {