Merge branch 'dev' into cache-invalidation

This commit is contained in:
Thomas Camlong
2023-05-16 14:50:11 +09:00
committed by GitHub
309 changed files with 4331 additions and 1368 deletions

View File

@@ -1,5 +1,5 @@
import { showNotification } from '@mantine/notifications';
import { IconCheck, IconX } from '@tabler/icons';
import { IconCheck, IconX } from '@tabler/icons-react';
import { useMutation } from '@tanstack/react-query';
import { useTranslation } from 'next-i18next';
import { useConfigContext } from '../../../config/provider';

View File

@@ -1,5 +1,5 @@
import { showNotification } from '@mantine/notifications';
import { IconX } from '@tabler/icons';
import { IconX } from '@tabler/icons-react';
import { useMutation } from '@tanstack/react-query';
import { useTranslation } from 'next-i18next';