Skip to content

Commit 8b39e0e

Browse files
committed
Initial
1 parent cd6312f commit 8b39e0e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pages/printing.js

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import React from 'react'
2+
3+
const printing = () => {
4+
return (
5+
<div>printing</div>
6+
)
7+
}
8+
9+
export default printing

0 commit comments

Comments
 (0)