From 8b39e0ea2d022ed3f261c7af06f6ce57ee77bcee Mon Sep 17 00:00:00 2001 From: Clay Nicholson Date: Sat, 14 Dec 2024 23:26:45 -0500 Subject: [PATCH] Initial --- pages/printing.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pages/printing.js 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