4 lines
131 B
JavaScript
4 lines
131 B
JavaScript
/*
|
|
* To spread icon + text horizontal
|
|
*/
|
|
export const horFlexClasses = 'flex flex-row items-center justify-between gap-4 w-full'
|