Update all imports to use @ relative
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import React from 'react';
|
||||
import { toast } from 'sonner';
|
||||
|
||||
import Button from '~/editor/components/ui/button';
|
||||
import Button from '@/editor/components/ui/button';
|
||||
|
||||
export function SonnerDemo() {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user