Useless import

This commit is contained in:
Simon Cambier
2022-04-14 22:41:12 +02:00
parent 9cef925520
commit 5602b1d8c8

View File

@@ -1,5 +1,3 @@
import { match } from 'assert'
// Matches a wikiling that begins a string
export const regexWikilink = /^!?\[\[(?<name>.+?)(\|(?<alias>.+?))?\]\]/
export const regexLineSplit = /\r?\n|\r|((\.|\?|!)( |\r?\n|\r))/g