Skip to content

Commit

Permalink
refactor: non-alias imports
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansberg committed Nov 9, 2023
1 parent 57857b7 commit 815c81d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/page-modules/assistant/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
export * from './types';
export {
parseTripQuery,
createTripQuery,
departureDateToDepartureMode,
departureModeToDepartureDate,
} from './utils';
export { parseTripQuery, createTripQuery } from './utils';
export type { AssistantLayoutProps } from './layout';
export { default as AssistantLayout } from './layout';

0 comments on commit 815c81d

Please sign in to comment.