Implement basic lookup modal component.

This commit is contained in:
kialam
2019-01-07 10:09:35 -06:00
parent fefbb8fff8
commit c63896fbb6
5 changed files with 149 additions and 12 deletions

View File

@@ -0,0 +1,3 @@
import Lookup from './Lookup';
export default Lookup;