|
|
@ -2,7 +2,7 @@ import classnames from "classnames" |
|
|
|
export const cn = classnames |
|
|
|
export const cn = classnames |
|
|
|
|
|
|
|
|
|
|
|
export const cleanUrlForUi = (url: string) => { |
|
|
|
export const cleanUrlForUi = (url: string) => { |
|
|
|
return url.replace("https://", "").replace("http://", "").replace("/", "") |
|
|
|
return url.replace("https://", "").replace("http://", "") |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
export const isNode = () => { |
|
|
|
export const isNode = () => { |
|
|
|