diff --git a/apps/browser/src/autofill/content/components/lit-stories/notification/refactor/generic-notification.lit-stories.ts b/apps/browser/src/autofill/content/components/lit-stories/notification/refactor/basic-notification.lit-stories.ts similarity index 93% rename from apps/browser/src/autofill/content/components/lit-stories/notification/refactor/generic-notification.lit-stories.ts rename to apps/browser/src/autofill/content/components/lit-stories/notification/refactor/basic-notification.lit-stories.ts index 8aaf5a0a93c..d7f2e285667 100644 --- a/apps/browser/src/autofill/content/components/lit-stories/notification/refactor/generic-notification.lit-stories.ts +++ b/apps/browser/src/autofill/content/components/lit-stories/notification/refactor/basic-notification.lit-stories.ts @@ -3,8 +3,8 @@ import { Meta, StoryObj } from "@storybook/web-components"; import { ThemeTypes } from "@bitwarden/common/platform/enums/theme-type.enum"; import { PresentationalNotificationProps } from "../../../notification/presentational/notification"; +import { BasicNotification } from "../../../notification/types/basic-notification"; import { ExampleComponent } from "../../../notification/types/example-component"; -import { BasicNotification } from "../../../notification/types/generic-notification"; export default { title: "Components/Refactor/BasicNotification", diff --git a/apps/browser/src/autofill/content/components/notification/types/generic-notification.ts b/apps/browser/src/autofill/content/components/notification/types/basic-notification.ts similarity index 100% rename from apps/browser/src/autofill/content/components/notification/types/generic-notification.ts rename to apps/browser/src/autofill/content/components/notification/types/basic-notification.ts