Update all imports to use @ relative
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React from 'react';
|
||||
// local link - plain anchor
|
||||
import { Card, CardContent } from '~/editor/components/ui/card';
|
||||
import { Card, CardContent } from '@/editor/components/ui/card';
|
||||
|
||||
interface CollectionImage {
|
||||
url: string;
|
||||
|
||||
Reference in New Issue
Block a user