Skip to content

Commit

Permalink
fix: corrected import
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasNorin committed Dec 18, 2024
1 parent 5999dff commit 87a4e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/js/like-posts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { LikedPosts, WpApiSettings } from './front/like-posts';
import { decodeLikedPosts } from './front/helpers/likeHelpers';
import UserStorage from './front/storage/userStorage';
import LocalStorage from './front/storage/localStorage';
import { initializeLikeButtons } from "./front/like";
import { initializeLikeButtons } from './front/like';

declare const likedPosts : {
currentUser: number|string,
Expand Down

0 comments on commit 87a4e49

Please sign in to comment.