import React from 'react' import { List } from '@mokkon/reactjs' import '@mokkon/reactjs/dist/index.css' const App = () => { const pediatricians = [ 'Michael Lopez', 'Sally Tran', 'Brian Lu', 'Troy Sakulbulwanthana', 'Lisa Wellington', ] const psychiatrists = [ 'Miguel Rodriduez', 'Cassady Campbell', 'Mike Torrence', ] return
} export default App