···77import { buildCustomTimeline } from './protocols/custom';
8899// loads a protocol of the experiment
1010-// TODOL refactor this experiment description system to be much more predictable
1010+// TODO refactor this experiment description system to be much more predictable
1111export const loadProtocol = (paradigm: EXPERIMENTS) => {
1212 let protocol;
1313 switch (paradigm) {