diff options
Diffstat (limited to 'includes/external/school/node_modules/graphql/error/index.mjs')
-rw-r--r-- | includes/external/school/node_modules/graphql/error/index.mjs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/includes/external/school/node_modules/graphql/error/index.mjs b/includes/external/school/node_modules/graphql/error/index.mjs deleted file mode 100644 index 5ac29d1..0000000 --- a/includes/external/school/node_modules/graphql/error/index.mjs +++ /dev/null @@ -1,4 +0,0 @@ -export { GraphQLError, printError } from "./GraphQLError.mjs"; -export { syntaxError } from "./syntaxError.mjs"; -export { locatedError } from "./locatedError.mjs"; -export { formatError } from "./formatError.mjs"; |