1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-13 15:03:26 +00:00

generic -> basic in filenames.

This commit is contained in:
Miles Blackwood
2025-06-05 12:01:00 -04:00
parent 479ce2076f
commit 83f43fe0f5
2 changed files with 1 additions and 1 deletions

View File

@@ -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",