Skip to content

Commit b76312f

Browse files
committed
fix: fix template name
1 parent 3d072cc commit b76312f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Temp, { TempProps } from './app';
1+
import Temp, { TempProps } from './template';
22

33
export { TempProps };
44
export default Temp;

src/app.tsx src/template.tsx

File renamed without changes.

0 commit comments

Comments
 (0)