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