export const isExternalUrl = (url: string) => /^https?:\/\//.test(url);
