deleting unnecessary test file

This commit is contained in:
Antoine M 2023-10-16 14:11:16 +02:00
parent a8bfe1e550
commit 6c8fa5dbda

View File

@ -1,4 +0,0 @@
import apiFetch from "@wordpress/api-fetch";
apiFetch({ path: "/wp/v2/posts" }).then((posts) => {
console.log(posts);
});