import { organelles } from "../constants";
import renderTime from "./instinct/render-time.gene";
 
export default [
    renderTime(organelles)
];
