I have a file like this:
Foo.tsx:
export default function Foo() { return \'hi\'; }
GroupItem.tsx:
import Foo from \'