fix: migrate lingui

This commit is contained in:
David Nguyen
2025-02-07 19:40:21 +11:00
parent 19dc43dca1
commit 4aec21a37f
101 changed files with 134 additions and 111 deletions

View File

@ -1,8 +1,7 @@
import type { HTMLAttributes, MouseEvent, PointerEvent, TouchEvent } from 'react';
import { useEffect, useMemo, useRef, useState } from 'react';
// import { Caveat } from 'next/font/google';
import { Trans } from '@lingui/macro';
import { Trans } from '@lingui/react/macro';
import { Undo2, Upload } from 'lucide-react';
import type { StrokeOptions } from 'perfect-freehand';
import { getStroke } from 'perfect-freehand';