File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import type { Meta , StoryObj } from "@storybook/react"
22import { AppHeader } from "./app-header"
3- import { mockNotifications } from "../dc-temp/mock -data"
3+ import { mockNotifications } from "../DigitalColleagues/test -data"
44
55const meta : Meta < typeof AppHeader > = {
66 title : "Advanced Components/AppHeader" ,
Original file line number Diff line number Diff line change 11import type { Meta , StoryObj } from "@storybook/react"
22import { NotificationsPanel } from "./notifications-panel"
3- import { mockNotifications } from "../dc-temp/mock -data"
3+ import { mockNotifications } from "../DigitalColleagues/test -data"
44
55const meta : Meta < typeof NotificationsPanel > = {
66 title : "Advanced Components/NotificationsPanel" ,
Original file line number Diff line number Diff line change 11import type { Meta , StoryObj } from "@storybook/react"
22import { Sidebar } from "./sidebar"
3- import { mockSidebarItems } from "./mock -data"
3+ import { mockSidebarItems } from "../DigitalColleagues/test -data"
44
55const meta : Meta < typeof Sidebar > = {
66 title : "DC/Sidebar" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export default defineConfig(
99 ( {
1010 format : [ "cjs" , "esm" ] ,
1111 target : "esnext" ,
12- entry : [ "./src/index.ts " ] ,
12+ entry : [ "./src/** " ] ,
1313 treeshake : false ,
1414 sourcemap : false ,
1515 clean : ! options . watch ,
You can’t perform that action at this time.
0 commit comments