Skip to content

Commit

Permalink
fix(module-template): fix something
Browse files Browse the repository at this point in the history
  • Loading branch information
wellyshen committed Jun 8, 2021
1 parent f7bd809 commit dceac7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/hungry-planes-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@kks-web/module-template": patch
---

fix(module-template): fix something...
2 changes: 1 addition & 1 deletion packages/module-template/src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from "react";

export const greeting = "Hello World!";
export const greeting = "Fix something...";

const App = () => {
return <h1>{greeting}</h1>;
Expand Down

0 comments on commit dceac7a

Please sign in to comment.