Skip to content

Commit

Permalink
🎨 Fix imports and remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckcarpenter committed Jun 14, 2024
1 parent 4d961ae commit a274949
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/pro-js/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Shepherd from 'shepherd.js';
import { ShepherdBase } from 'shepherd.js';
import Shepherd, { ShepherdBase } from 'shepherd.js';
import type { TourOptions, EventOptions } from 'shepherd.js/tour';

import DataRequest from './DataRequest';
Expand Down Expand Up @@ -147,7 +146,3 @@ export class ShepherdPro extends ShepherdBase {
const ShepherdProInstance = new ShepherdPro();

export default Object.assign(ShepherdProInstance, Shepherd) as ShepherdPro;

// export type { default as Shepherd } from 'shepherd.js';
// export type { default as Step } from 'shepherd.js/step';
// export type { default as Tour } from 'shepherd.js/tour';

0 comments on commit a274949

Please sign in to comment.