From f2c7ee50fc22b1483a0e455f35a98e50493b6569 Mon Sep 17 00:00:00 2001 From: Yann Braga Date: Fri, 2 Sep 2022 17:42:41 -0300 Subject: [PATCH] remove outdated comment --- code/lib/cli/rendererAssets/angular/Button.stories.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/code/lib/cli/rendererAssets/angular/Button.stories.ts b/code/lib/cli/rendererAssets/angular/Button.stories.ts index 8a83fd736fc3..1a4d6894f9a7 100644 --- a/code/lib/cli/rendererAssets/angular/Button.stories.ts +++ b/code/lib/cli/rendererAssets/angular/Button.stories.ts @@ -1,4 +1,3 @@ -// also exported from '@storybook/angular' if you can deal with breaking changes in 6.1 import type { Meta, StoryFn } from '@storybook/angular'; import Button from './button.component';