[Refactor] Config Window: nest _entry directory.

This commit is contained in:
Sakamoto Shiina
2024-08-06 15:06:19 +09:00
parent 0e9ff561ac
commit 9bd82baf53
5 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ import styles from "./DeeplAuthKey.module.scss";
import { useTranslation } from "react-i18next";
import clsx from "clsx";
import ExternalLink from "@images/external_link.svg?react";
import { _Entry } from "../_atoms/_Entry";
import { _Entry } from "../_atoms/_entry/_Entry";
import { useState, useRef } from "react";
export const DeeplAuthKey = () => {

View File

@@ -1,5 +1,5 @@
import styles from "./Entry.module.scss";
import { _Entry } from "../_atoms/_Entry";
import { _Entry } from "../_atoms/_entry/_Entry";
export const Entry = ({width}) => {

View File

@@ -7,7 +7,7 @@ import {
useReceivedMessageFormat,
useReceivedMessageFormatWithT,
} from "@store";
import { _Entry } from "../_atoms/_Entry";
import { _Entry } from "../_atoms/_entry/_Entry";
import SwapImg from "@images/swap_icon.png";
export const MessageFormat = (props) => {