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

This commit is contained in:
AliciaRussel 2023-10-26 17:35:42 +08:00
parent 1a255a85f0
commit bb5025bef9
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';