From 3e53b5f35b279e90f5534f151c8636486a27a8a6 Mon Sep 17 00:00:00 2001 From: Julie <142581387+juliehabb@users.noreply.github.com> Date: Thu, 4 Apr 2024 13:42:23 +0200 Subject: [PATCH] Created blog js file (#260) * Created blog js file * Changed the file extension from .js to .mjs. Also changed the import name to .mjs. * Removed old .js file --- js/blog.mjs | 1 + 1 file changed, 1 insertion(+) create mode 100644 js/blog.mjs diff --git a/js/blog.mjs b/js/blog.mjs new file mode 100644 index 00000000..1791991b --- /dev/null +++ b/js/blog.mjs @@ -0,0 +1 @@ +import { posts } from "./displayPosts.mjs"; \ No newline at end of file