Fix core reference

This commit is contained in:
Jack Firth 2015-07-05 01:03:21 -07:00
parent b2f8b333bd
commit 016617f972

View File

@ -3,7 +3,7 @@
(provide hash-ref-lens)
(require fancy-app
"core.rkt"
"core/main.rkt"
)
(module+ test
(require rackunit))