From a6b3caadd48da799efd8a46ee328114829f1a4e3 Mon Sep 17 00:00:00 2001 From: Sahil Raja Date: Sat, 3 Oct 2020 14:16:39 +0530 Subject: [PATCH] Updated yamljs package to yaml package 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 7fb3093..8a0fb65 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 yamljs from 'yamljs'; +import Yaml 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()}>