generated from erangel1/generic-template
initial commit. phase 1 complete
This commit is contained in:
Generated
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
"use client";
|
||||
|
||||
import React from "react";
|
||||
export const LoadableContext = React.createContext(null);
|
||||
if (process.env.NODE_ENV !== "production") {
|
||||
LoadableContext.displayName = "LoadableContext";
|
||||
}
|
||||
|
||||
//# sourceMappingURL=loadable-context.shared-runtime.js.map
|
||||
Reference in New Issue
Block a user