feat(directory): update routers
This commit is contained in:
19
directory/src/routes/path/operator.jsx
Normal file
19
directory/src/routes/path/operator.jsx
Normal file
@@ -0,0 +1,19 @@
|
||||
import {
|
||||
useState,
|
||||
useEffect
|
||||
} from 'react'
|
||||
import './operator.css'
|
||||
|
||||
export default function Operator(props) {
|
||||
|
||||
return (
|
||||
<section>
|
||||
<section>
|
||||
1
|
||||
</section>
|
||||
<section>
|
||||
2
|
||||
</section>
|
||||
</section>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user