!53 把字符串的双引号改成单引号

Merge pull request !53 from AliciaLiz/master
This commit is contained in:
openInula-robot 2023-10-27 07:25:45 +00:00 committed by Gitee
commit f6defe8180
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
* See the Mulan PSL v2 for more details.
*/
import {createContext} from "openinula";
import {createContext} from 'openinula';
const ViewSourceContext = createContext(null);
ViewSourceContext.displayName = 'ViewSourceContext';