From c3db3fbefb067bea5405a110ae519e946b01e108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Wed, 3 Feb 2021 10:42:59 +0900 Subject: [PATCH] style: using shortcut for utils --- components/BotCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/BotCard.tsx b/components/BotCard.tsx index 5e95eb3..d0bb153 100644 --- a/components/BotCard.tsx +++ b/components/BotCard.tsx @@ -1,6 +1,6 @@ import { Bot } from '../types' -import { formatNumber } from '../utils/Tools' -import { Status } from '../utils/Constants' +import { formatNumber } from '@utils/Tools' +import { Status } from '@utils/Constants' import Divider from './Divider' import Tag from './Tag' import Link from 'next/link'