ilink-world/docs/.docz/.cache/sync-requires.js

23 lines
2.0 KiB
JavaScript
Raw Normal View History

2020-03-12 15:14:51 +00:00
const { hot } = require("react-hot-loader/root")
// prefer default export if available
const preferDefault = m => m && m.default || m
exports.components = {
"component---index-mdx": hot(preferDefault(require("D:\\PROJET\\iLinkApp\\iLinkAppMobile\\docs\\index.mdx"))),
"component---database-database-mdx": hot(preferDefault(require("D:\\PROJET\\iLinkApp\\iLinkAppMobile\\docs\\database\\database.mdx"))),
"component---database-db-config-mdx": hot(preferDefault(require("D:\\PROJET\\iLinkApp\\iLinkAppMobile\\docs\\database\\dbConfig.mdx"))),
"component---webservice-webservice-mdx": hot(preferDefault(require("D:\\PROJET\\iLinkApp\\iLinkAppMobile\\docs\\webservice\\webservice.mdx"))),
"component---screen-screen-mdx": hot(preferDefault(require("D:\\PROJET\\iLinkApp\\iLinkAppMobile\\docs\\screen\\screen.mdx"))),
"component---webservice-auth-api-mdx": hot(preferDefault(require("D:\\PROJET\\iLinkApp\\iLinkAppMobile\\docs\\webservice\\AuthApi.mdx"))),
"component---screen-account-add-network-mdx": hot(preferDefault(require("D:\\PROJET\\iLinkApp\\iLinkAppMobile\\docs\\screen\\account\\addNetwork.mdx"))),
"component---screen-account-user-account-mdx": hot(preferDefault(require("D:\\PROJET\\iLinkApp\\iLinkAppMobile\\docs\\screen\\account\\userAccount.mdx"))),
"component---screen-configuration-configurations-mdx": hot(preferDefault(require("D:\\PROJET\\iLinkApp\\iLinkAppMobile\\docs\\screen\\configuration\\configurations.mdx"))),
"component---screen-ads-intersticiel-ads-screen-mdx": hot(preferDefault(require("D:\\PROJET\\iLinkApp\\iLinkAppMobile\\docs\\screen\\ads\\IntersticielAdsScreen.mdx"))),
"component---screen-drawer-drawer-screen-mdx": hot(preferDefault(require("D:\\PROJET\\iLinkApp\\iLinkAppMobile\\docs\\screen\\drawer\\drawerScreen.mdx"))),
"component---screen-history-history-screen-mdx": hot(preferDefault(require("D:\\PROJET\\iLinkApp\\iLinkAppMobile\\docs\\screen\\history\\historyScreen.mdx"))),
"component---src-pages-404-js": hot(preferDefault(require("D:\\PROJET\\iLinkApp\\iLinkAppMobile\\docs\\.docz\\src\\pages\\404.js")))
}