Yuki Takei %!s(int64=2) %!d(string=hai) anos
pai
achega
b19d60915a

+ 1 - 1
apps/app/src/components/FontFamily/use-growi-custom-icons.tsx

@@ -1,6 +1,6 @@
 import localFont from 'next/font/local';
 import localFont from 'next/font/local';
 
 
-import { DefineStyle } from './types';
+import type { DefineStyle } from './types';
 
 
 const growiCustomIconFont = localFont({
 const growiCustomIconFont = localFont({
   src: '../../../../../packages/custom-icons/dist/growi-custom-icons.woff2',
   src: '../../../../../packages/custom-icons/dist/growi-custom-icons.woff2',

+ 1 - 1
apps/app/src/components/FontFamily/use-lato.tsx

@@ -1,6 +1,6 @@
 import { Lato } from 'next/font/google';
 import { Lato } from 'next/font/google';
 
 
-import { DefineStyle } from './types';
+import type { DefineStyle } from './types';
 
 
 const lato = Lato({
 const lato = Lato({
   weight: ['400', '700'],
   weight: ['400', '700'],

+ 1 - 1
apps/app/src/components/FontFamily/use-material-symbols-outlined.tsx

@@ -1,6 +1,6 @@
 import localFont from 'next/font/local';
 import localFont from 'next/font/local';
 
 
-import { DefineStyle } from './types';
+import type { DefineStyle } from './types';
 
 
 const materialSymbolsOutlined = localFont({
 const materialSymbolsOutlined = localFont({
   src: '../../../resource/fonts/MaterialSymbolsOutlined-opsz,wght,FILL@20..48,300,0..1.woff2',
   src: '../../../resource/fonts/MaterialSymbolsOutlined-opsz,wght,FILL@20..48,300,0..1.woff2',

+ 1 - 1
apps/app/src/components/FontFamily/use-source-han-code-jp.tsx

@@ -1,6 +1,6 @@
 import localFont from 'next/font/local';
 import localFont from 'next/font/local';
 
 
-import { DefineStyle } from './types';
+import type { DefineStyle } from './types';
 
 
 const sourceHanCodeJPSubsetMain = localFont({
 const sourceHanCodeJPSubsetMain = localFont({
   src: '../../../resource/fonts/SourceHanCodeJP-Regular-subset-main.woff2',
   src: '../../../resource/fonts/SourceHanCodeJP-Regular-subset-main.woff2',