Changed some imports
This commit is contained in:
@@ -4,6 +4,7 @@ import styled, { keyframes } from "styled-components";
|
|||||||
import { ny } from "@/lib/utils";
|
import { ny } from "@/lib/utils";
|
||||||
import { ChevronLeft, InfoIcon } from "lucide-react";
|
import { ChevronLeft, InfoIcon } from "lucide-react";
|
||||||
import { Button } from "./ui/button";
|
import { Button } from "./ui/button";
|
||||||
|
import { CopyButton } from "./ui/copy-button";
|
||||||
import Particles from "./ui/particles";
|
import Particles from "./ui/particles";
|
||||||
import confetti from "canvas-confetti";
|
import confetti from "canvas-confetti";
|
||||||
import { releases, releaseTree } from "@/lib/releases";
|
import { releases, releaseTree } from "@/lib/releases";
|
||||||
@@ -13,7 +14,6 @@ const BASE_URL =
|
|||||||
"https://github.com/zen-browser/desktop/releases/latest/download";
|
"https://github.com/zen-browser/desktop/releases/latest/download";
|
||||||
|
|
||||||
import SparklesText from "./ui/sparkles-text";
|
import SparklesText from "./ui/sparkles-text";
|
||||||
import { CopyButton } from "@/components/ui/copy-button";
|
|
||||||
const field_enter = keyframes`
|
const field_enter = keyframes`
|
||||||
0% {
|
0% {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import * as React from "react";
|
import * as React from "react";
|
||||||
|
|
||||||
import { Button } from "@/components/ui/button";
|
import { Button } from "./button";
|
||||||
import { CopyIcon } from "@radix-ui/react-icons";
|
import { CopyIcon } from "@radix-ui/react-icons";
|
||||||
|
|
||||||
import { useClipboard } from "@/lib/hooks";
|
import { useClipboard } from "@/lib/hooks";
|
||||||
|
|||||||
Reference in New Issue
Block a user