timeslots API

This commit is contained in:
Asya Vee
2025-08-26 23:36:24 +04:00
parent 47baf8dfe2
commit c0647fe512
47 changed files with 830 additions and 776 deletions

View File

@@ -1,4 +1,8 @@
import createNextIntlPlugin from 'next-intl/plugin';
const withNextIntl = createNextIntlPlugin('./lib/i18n.ts');
/** @type {import('next').NextConfig} */
const nextConfig = {};
export default nextConfig;
export default withNextIntl(nextConfig);