build
This commit is contained in:
parent
f235185eb9
commit
3fc46988f4
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -66,10 +66,10 @@
|
|||
})(window, document, "script", "dataLayer", "GTM-NK394LVK");
|
||||
</script>
|
||||
<title>Turkmen Textile</title>
|
||||
<script type="module" crossorigin src="/assets/index-Bk0uhqCu.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-DMGzji9A.js"></script>
|
||||
<link rel="modulepreload" crossorigin href="/assets/react-vendor-CE_Ks92h.js">
|
||||
<link rel="modulepreload" crossorigin href="/assets/ui-library-BHnyX3pN.js">
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-O0MkG-rQ.css">
|
||||
<link rel="modulepreload" crossorigin href="/assets/ui-library-DVu2I5_5.js">
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-DOEN_aZI.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
import { FC, useEffect, useState } from "react";
|
||||
import { cn } from "@/lib/utils";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import { TimerItem } from "../";
|
||||
|
||||
|
|
@ -7,7 +6,7 @@ interface Props {
|
|||
className?: string;
|
||||
}
|
||||
|
||||
export const HomeTimer: FC<Props> = ({ className }) => {
|
||||
export const HomeTimer: FC<Props> = () => {
|
||||
const { t } = useTranslation("home");
|
||||
|
||||
const [timeLeft, setTimeLeft] = useState({
|
||||
|
|
|
|||
Loading…
Reference in New Issue