feat: replace all src/ imports to @ alias

This commit is contained in:
Ahmed Bouhuolia
2024-12-15 00:50:10 +02:00
parent 2ba31148ca
commit 70211980aa
11 changed files with 14 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
import { DATATYPES_LENGTH } from 'src/constants/data-types';
import { DATATYPES_LENGTH } from '@/constants/data-types';
import z from 'zod';
export const createItemSchema = z