diff --git a/pages/printing.js b/pages/printing.js new file mode 100644 index 00000000..28e09ce6 --- /dev/null +++ b/pages/printing.js @@ -0,0 +1,9 @@ +import React from 'react' + +const printing = () => { + return ( +
printing
+ ) +} + +export default printing \ No newline at end of file