|  | @@ -5,9 +5,6 @@ import moment from "moment";
 | 
	
		
			
				|  |  |  import { ENV } from '../../env.js';
 | 
	
		
			
				|  |  |  import CopyToClipboard from "react-copy-to-clipboard";
 | 
	
		
			
				|  |  |  import { useState } from "react";
 | 
	
		
			
				|  |  | -import { EditorState, ContentState, convertFromHTML, convertToRaw, convertFromRaw } from 'draft-js';
 | 
	
		
			
				|  |  | -import ReactToPrint from "react-to-print";
 | 
	
		
			
				|  |  | -import ComponentToPrint from "./presensi_print";
 | 
	
		
			
				|  |  |  import { deleteCatatan } from "../../actions/catatan.js";
 | 
	
		
			
				|  |  |  import { toast } from "react-toastify";
 | 
	
		
			
				|  |  |  import { useSelector } from "react-redux";
 |