Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
typhonrt committed Nov 1, 2024
1 parent ccf24d4 commit da3748d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions prepend/#runtime/svelte/animate/gsap/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
*
* @example
* // To load a plugin simply import the plugin and it will be available from `gsap` and `GsapCompose`.
* import '#runtime/svelte/gsap/plugin/CustomEase';
* import '#runtime/svelte/gsap/plugin/MotionPathPlugin';
* import '#runtime/svelte/animate/gsap/plugin/CustomEase';
* import '#runtime/svelte/animate/gsap/plugin/MotionPathPlugin';
*
* @module #runtime/svelte/animate/gsap/plugin
*/
2 changes: 1 addition & 1 deletion prepend/#runtime/svelte/animate/gsap/plugin/bonus.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*
* @example
* // To load a plugin simply import the plugin and it will be available from `gsap` and `GsapCompose`.
* import '#runtime/svelte/gsap/plugin/bonus/CustomWiggle';
* import '#runtime/svelte/animate/gsap/plugin/bonus/CustomWiggle';
*
* @module #runtime/svelte/animate/gsap/plugin/bonus
*/

0 comments on commit da3748d

Please sign in to comment.