Fix cache folder issue - rename cache to caching to avoid gitignore
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { useState, useEffect, useCallback, useMemo, useRef } from "react";
|
||||
import { codeCache } from "@/lib/cache/codeCache";
|
||||
import { codeCache } from "@/lib/caching/codeCache";
|
||||
|
||||
interface ColumnMetaInfo {
|
||||
webType?: string;
|
||||
|
||||
Reference in New Issue
Block a user