Conditional load of React components in Meteor

I am wondering if there is a way to conditionally load some React components from /imports/ui i.e., only load /imports/ui/admin components when an admin has logged in. I would like limit regular users in studying React components designed for administrator dashboard. Thanks in advance!