9 lines
123 B
JavaScript
9 lines
123 B
JavaScript
import React from 'react'
|
|
|
|
const ViewIOcash = () => {
|
|
return (
|
|
<div>ViewIOcash</div>
|
|
)
|
|
}
|
|
|
|
export default ViewIOcash |