Update all imports to use @ relative
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { ComponentConfig } from "@reacteditor/core";
|
||||
import { Menu as MenuIcon, ShoppingBag, Search, User, X } from "lucide-react";
|
||||
import { useState } from "react";
|
||||
import { useShopifyCart } from "~/editor/hooks/use-shopify-cart";
|
||||
import { Sheet, SheetContent, SheetHeader, SheetTitle } from "~/editor/components/ui/sheet";
|
||||
import { cn } from "~/editor/lib/utils";
|
||||
import { useShopifyCart } from "@/editor/hooks/use-shopify-cart";
|
||||
import { Sheet, SheetContent, SheetHeader, SheetTitle } from "@/editor/components/ui/sheet";
|
||||
import { cn } from "@/editor/lib/utils";
|
||||
|
||||
export type NavigationProps = {
|
||||
brand: string;
|
||||
|
||||
Reference in New Issue
Block a user