org-chart-frant/src/department/index.js

5 lines
79 B
JavaScript

import React from 'react'
export default () => {
return <div>Hello</div>
}