UNPKG

coctohug-web

Version:

- Nice localization with support of dozens of languages: [English](https://github.com/raingggg/coctohug/blob/main/readme_en.md), [العربية](https://github.com/raingggg/coctohug/blob/main/readme_ar.md), [Bulgarian](https://github.com/raingggg/coctohug/blob/

41 lines (40 loc) 1.1 kB
const home = require('./home'); const farmDetailsWeb = require('./farmDetails'); const blockchainsWeb = require('./blockchains'); const coldWalletWeb = require('./coldWallet'); const connectionsWeb = require('./connections'); const dailyReportWeb = require('./dailyReport'); const handsWeb = require('./hands'); const keysWeb = require('./keys'); const bestWeb = require('./best'); const newsWeb = require('./news'); const plotsWeb = require('./plots'); const poolsWeb = require('./pools'); const receivedCoinsWeb = require('./receivedCoins'); const reviewWeb = require('./review'); const settingsWeb = require('./settings'); const walletsWeb = require('./wallets'); const walletBalanceWeb = require('./walletBalance'); const weeklyReportWeb = require('./weeklyReport'); const faqWeb = require('./faq'); module.exports = { home, farmDetailsWeb, blockchainsWeb, coldWalletWeb, connectionsWeb, dailyReportWeb, handsWeb, keysWeb, bestWeb, newsWeb, plotsWeb, poolsWeb, receivedCoinsWeb, reviewWeb, settingsWeb, walletsWeb, walletBalanceWeb, weeklyReportWeb, faqWeb, };