Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Update the depends
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstech authored Apr 22, 2022
1 parent d60089f commit f15ae0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/applications/apps/whiteboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, {useState, useEffect} from 'react';
import {useSelector, useDispatch} from 'react-redux';
import {Icon, Image, ToolBar} from '../../../utils/general';

import CanvasDraw from "react-canvas-draw";
import CanvasDraw from "@win11react/react-canvas-draw";
import {Mark} from './assets';

export const WhiteBoard = ()=>{
Expand Down

0 comments on commit f15ae0a

Please sign in to comment.