Update all imports to use @ relative
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { ComponentConfig } from "@reacteditor/core";
|
||||
import { LayoutTemplate } 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 HeroProps = {
|
||||
tagline: string;
|
||||
|
||||
Reference in New Issue
Block a user