added file upload tool and fileUploadProvider

This commit is contained in:
paul
2024-09-27 11:42:34 +05:30
parent 5be078f846
commit 7b4446d9ee
14 changed files with 205 additions and 70 deletions

View File

@@ -2,7 +2,7 @@ import React, { createContext, Component } from 'react'
const WidgetContext = createContext()
// NOTE: Don't use context provider
// NOTE: Don't use this context provider
class WidgetProvider extends Component {
state = {