Update all imports to use @ relative
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { ComponentConfig } from "@reacteditor/core";
|
||||
import { useState } from "react";
|
||||
import { Quote, ArrowLeft, ArrowRight } from "lucide-react";
|
||||
import { Typography } from "~/editor/theme/Typography";
|
||||
import { Typography } from "@/editor/theme/Typography";
|
||||
|
||||
export type TestimonialsProps = {
|
||||
tagline: string;
|
||||
|
||||
Reference in New Issue
Block a user