Skip to content

Commit

Permalink
chore: import firstprops
Browse files Browse the repository at this point in the history
  • Loading branch information
moolmin committed Oct 8, 2024
1 parent 8a30520 commit c166c7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/(pages)/4q-create/_components/first.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import React, { useState, useEffect } from "react";
import { Form, Select, Input, Modal, Tooltip } from "antd";
import styles from "./first.module.css";
import TagSelector from "../(modals)/tagSelectModal";
import tagTranslationMap from '../../../../lib/tagTranslationKrEn'
import tagTranslationMap from '@/lib/tagTranslationKrEn'
import { FirstProps } from '../../../../../next-env'

const { Option } = Select;

Expand Down

0 comments on commit c166c7b

Please sign in to comment.