mirror of
https://github.com/System-End/site.git
synced 2026-04-19 16:28:21 +00:00
Initial
This commit is contained in:
parent
cd6312fa9a
commit
8b39e0ea2d
1 changed files with 9 additions and 0 deletions
9
pages/printing.js
Normal file
9
pages/printing.js
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
import React from 'react'
|
||||||
|
|
||||||
|
const printing = () => {
|
||||||
|
return (
|
||||||
|
<div>printing</div>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
export default printing
|
||||||
Loading…
Add table
Reference in a new issue