Skip to content

Commit 1737f2f

Browse files
committed
fix: project id
1 parent 30cc1a6 commit 1737f2f

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/components/DigitalColleagues/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ export interface FileType {
125125
}
126126

127127
export interface ProjectSummary {
128+
id: number
128129
name: string
129130
description: string
130131
progress: number

src/components/Projects/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { ProjectCard as DCProjectCard } from "./project-card"

src/components/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ export * from './Chat'
1414
export * from './DeliveryLead'
1515
export * from './AdvancedComponents'
1616
export * from './DigitalColleagues'
17+
export * from './Projects'
1718
// export * from './dc-temp'

0 commit comments

Comments
 (0)