Update all imports to use @ relative
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { ComponentConfig } from "@reacteditor/core";
|
||||
import { Megaphone } from "lucide-react";
|
||||
import { cn } from "~/editor/lib/utils";
|
||||
import { cn } from "@/editor/lib/utils";
|
||||
|
||||
export type BannerProps = {
|
||||
text: string;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { ComponentConfig } from "@reacteditor/core";
|
||||
import { Images } from "lucide-react";
|
||||
import { cn } from "~/editor/lib/utils";
|
||||
import { Typography } from "~/editor/theme/Typography";
|
||||
import { cn } from "@/editor/lib/utils";
|
||||
import { Typography } from "@/editor/theme/Typography";
|
||||
|
||||
export type ImageGalleryProps = {
|
||||
tagline: string;
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
import { ComponentConfig } from "@reacteditor/core";
|
||||
import { useState } from "react";
|
||||
import { Mail } from "lucide-react";
|
||||
import { cn } from "~/editor/lib/utils";
|
||||
import { Typography } from "~/editor/theme/Typography";
|
||||
import { cn } from "@/editor/lib/utils";
|
||||
import { Typography } from "@/editor/theme/Typography";
|
||||
|
||||
export type NewsletterCtaProps = {
|
||||
tagline: string;
|
||||
|
||||
Reference in New Issue
Block a user