Skip to content

Commit

Permalink
Merge pull request #24 from swup/fix/gia-imports
Browse files Browse the repository at this point in the history
Fix gia imports
  • Loading branch information
hirasso authored Sep 28, 2023
2 parents fc63a9d + c958b82 commit aba2dac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
6 changes: 3 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Plugin from '@swup/plugin';
import loadComponents from 'gia/loadComponents.js';
import removeComponents from 'gia/removeComponents.js';
import config from 'gia/config.js';
import loadComponents from 'gia/dist/loadComponents.js';
import removeComponents from 'gia/dist/removeComponents.js';
import config from 'gia/dist/config.js';

export default class SwupGiaPlugin extends Plugin {
name = 'SwupGiaPlugin';
Expand Down
15 changes: 0 additions & 15 deletions tsconfig.json

This file was deleted.

0 comments on commit aba2dac

Please sign in to comment.