mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
feat: replace all src/ imports to @ alias
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user