A11yWatch/a11ywatch-core

View on GitHub
src/core/graph/queries/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
export { user } from "./user";
export { website, websites } from "./website";
export { pages } from "./pages";
export { history } from "./history";
export { issue, issues } from "./issues";
export { pageInsights } from "./pageInsights";