import React from 'react' import IKInstance from './ikInstance/ikInstance'; function IkInstances() { return ( <> ) } export default IkInstances;