From 21b2370012a6b40a4cc67ebed0abac5f32a6fb66 Mon Sep 17 00:00:00 2001 From: Bjarne Fyrstenborg Date: Wed, 24 Jul 2024 20:34:30 +0200 Subject: [PATCH] Move to displays --- packages/uui-relative-time/lib/uui-relative-time.story.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/uui-relative-time/lib/uui-relative-time.story.ts b/packages/uui-relative-time/lib/uui-relative-time.story.ts index 7e49019da..8571da7b4 100644 --- a/packages/uui-relative-time/lib/uui-relative-time.story.ts +++ b/packages/uui-relative-time/lib/uui-relative-time.story.ts @@ -7,7 +7,7 @@ import readme from '../README.md?raw'; const meta: Meta = { id: 'uui-relative-time', - title: 'Relative Time', + title: 'Displays/Relative Time', component: 'uui-relative-time', parameters: { readme: { markdown: readme },