From 5389a059fced34be7a53fa569bdbd654df99afa0 Mon Sep 17 00:00:00 2001 From: Sahil Raja Date: Sun, 4 Oct 2020 07:05:01 +0530 Subject: [PATCH] Addressed review comments(Changed Yaml to yml) Signed-off-by: Sahil Raja --- client/src/views/editorModal.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/views/editorModal.tsx b/client/src/views/editorModal.tsx index 8a0fb65..d7bf99a 100644 --- a/client/src/views/editorModal.tsx +++ b/client/src/views/editorModal.tsx @@ -1,7 +1,7 @@ import './editorModal.scss'; import React from 'react'; import Modal from 'react-modal'; -import Yaml from 'yaml'; +import yml from 'yaml'; import Base from '../components/base'; import Button from '../components/button'; import Doc from '../components/doc'; @@ -35,7 +35,7 @@ export default class EditorModal> extends Base> extends Base> extends Base this.close()}>