aboutsummaryrefslogtreecommitdiff
path: root/packages/anastasis-webui/src/components/picker/DurationPicker.stories.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/anastasis-webui/src/components/picker/DurationPicker.stories.tsx')
-rw-r--r--packages/anastasis-webui/src/components/picker/DurationPicker.stories.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/anastasis-webui/src/components/picker/DurationPicker.stories.tsx b/packages/anastasis-webui/src/components/picker/DurationPicker.stories.tsx
index 56ac8f661..0339c9ec0 100644
--- a/packages/anastasis-webui/src/components/picker/DurationPicker.stories.tsx
+++ b/packages/anastasis-webui/src/components/picker/DurationPicker.stories.tsx
@@ -24,7 +24,6 @@ import { useState } from "preact/hooks";
import { DurationPicker as TestedComponent } from "./DurationPicker.js";
export default {
- title: "Components/Picker/Duration",
component: TestedComponent,
argTypes: {
onCreate: { action: "onCreate" },