Skip to content

Commit

Permalink
fixes bug with importing pinboard package
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrothwell committed Jan 2, 2025
1 parent d9a3655 commit 6e9808c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import { faMinus as farMinus } from '@fortawesome/pro-regular-svg-icons/faMinus'
library.add(farAngleDown, farAngleUp, farTimes, farPlus, farMinus);

// import pinboard
// import pinboard from '@phila/pinboard';
import pinboard from '../node_modules/@phila/pinboard/src/main.js';
import pinboard from '@phila/pinboard';
// import pinboard from '../node_modules/@phila/pinboard/src/main.js';
import '../node_modules/@phila/pinboard/dist/style.css';

// data-sources
Expand Down

0 comments on commit 6e9808c

Please sign in to comment.