We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd6312f commit 8b39e0eCopy full SHA for 8b39e0e
pages/printing.js
@@ -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