[Refactor] Config Window: nest _entry directory.
This commit is contained in:
@@ -2,7 +2,7 @@ import styles from "./DeeplAuthKey.module.scss";
|
|||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
import clsx from "clsx";
|
import clsx from "clsx";
|
||||||
import ExternalLink from "@images/external_link.svg?react";
|
import ExternalLink from "@images/external_link.svg?react";
|
||||||
import { _Entry } from "../_atoms/_Entry";
|
import { _Entry } from "../_atoms/_entry/_Entry";
|
||||||
import { useState, useRef } from "react";
|
import { useState, useRef } from "react";
|
||||||
|
|
||||||
export const DeeplAuthKey = () => {
|
export const DeeplAuthKey = () => {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import styles from "./Entry.module.scss";
|
import styles from "./Entry.module.scss";
|
||||||
import { _Entry } from "../_atoms/_Entry";
|
import { _Entry } from "../_atoms/_entry/_Entry";
|
||||||
|
|
||||||
export const Entry = ({width}) => {
|
export const Entry = ({width}) => {
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ import {
|
|||||||
useReceivedMessageFormat,
|
useReceivedMessageFormat,
|
||||||
useReceivedMessageFormatWithT,
|
useReceivedMessageFormatWithT,
|
||||||
} from "@store";
|
} from "@store";
|
||||||
import { _Entry } from "../_atoms/_Entry";
|
import { _Entry } from "../_atoms/_entry/_Entry";
|
||||||
import SwapImg from "@images/swap_icon.png";
|
import SwapImg from "@images/swap_icon.png";
|
||||||
|
|
||||||
export const MessageFormat = (props) => {
|
export const MessageFormat = (props) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user