Skip to content

Commit 3eca2b1

Browse files
committed
Rename Blog_Article to BlogArticle
1 parent 2725e39 commit 3eca2b1

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

pages/blog/[slug].js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ export {
22
default,
33
getStaticPaths,
44
getStaticProps
5-
} from "src/Blog_Article.js";
5+
} from "src/BlogArticle.js";

src/Blog_Article.js renamed to src/BlogArticle.js

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

0 commit comments

Comments
 (0)