Skip to content

Commit

Permalink
- Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Aug 2, 2023
1 parent 43894e1 commit 329c0a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/renderer/helpers/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import FtToastEvents from '../components/ft-toast/ft-toast-events'
import i18n from '../i18n/index'
import router from '../router/index'

import { isNullOrEmpty } from './strings'

// allowed characters in channel handle: A-Z, a-z, 0-9, -, _, .
// https://support.google.com/youtube/answer/11585688#change_handle
export const CHANNEL_HANDLE_REGEX = /^@[\w.-]{3,30}$/
Expand Down

0 comments on commit 329c0a2

Please sign in to comment.