mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
9 lines
No EOL
117 B
JavaScript
9 lines
No EOL
117 B
JavaScript
import React from 'react'
|
|
|
|
const printing = () => {
|
|
return (
|
|
<div>printing</div>
|
|
)
|
|
}
|
|
|
|
export default printing |