/**
 * The directory of the app code
 * @author Gabe Abrams
 */
declare let APP_DIRECTORY: string;
export default APP_DIRECTORY;
