Skip to content

Commit

Permalink
Merge pull request #1216 from PrefectHQ/nicholas/chore/date-range-sel…
Browse files Browse the repository at this point in the history
…ect-export-2024-04-18

Chore: Export utilities from date range select component
  • Loading branch information
znicholasbrown authored Apr 18, 2024
2 parents d46d884 + 56f009b commit c09de2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/DateRangeSelect/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ const install = (app: App): void => {
app.component('PDateRangeSelect', PDateRangeSelect)
}

export * from '@/components/DateRangeSelect/utilities'
export { PDateRangeSelect, install }

0 comments on commit c09de2a

Please sign in to comment.