Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
martrapp committed Jan 26, 2024
1 parent 073f70f commit f783ba0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion components/LoadingIndicator.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export default function LoadingIndicator(_props: import('./LoadingIndicator.astro').Props): any;
export { loading } from './LoadingIndicator.astro';
2 changes: 1 addition & 1 deletion components/ProgressBar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
---
<script>
import "https://unpkg.com/@swup/progress-plugin@3"
import { loading } from 'astro-vtbot/components/loading-indicator';
import { loading } from './loading-indicator';

//@ts-ignore
const plugin = new SwupProgressPlugin();
Expand Down

0 comments on commit f783ba0

Please sign in to comment.