Skip to content

Commit

Permalink
Created blog js file (#260)
Browse files Browse the repository at this point in the history
* Created blog js file

* Changed the file extension from .js to .mjs. Also changed the import name to .mjs.

* Removed old .js file
  • Loading branch information
juliehabb authored Apr 4, 2024
1 parent 28ebe09 commit 3e53b5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/blog.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import { posts } from "./displayPosts.mjs";

0 comments on commit 3e53b5f

Please sign in to comment.