import Controller from '@ember/controller';
export default Controller.extend({
actions: {
switchProject() {
// @@TODO@@ - 11-01-17 - not sure how i want to do this yet
}
});