import React from "react" import CodeViewer from "./codeViewer" import FileDecrypter from "./fileDecrypter" class FileViewerDispatcher extends React.Component constructor: (props) -> super props render: -> if @props.location.search == "?crypt" else export default FileViewerDispatcher