Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiltyDolphin committed Jul 8, 2021
1 parent fd51047 commit 08c69f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/orga/src/parse/block.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Position } from 'unist'
import { Block, GreaterBlock, Section, SpecialBlock, VerseBlock } from '../types'
import { Block, GreaterBlock, SpecialBlock, VerseBlock } from '../types'
import { Lexer } from '../tokenize'
import parseParagraph from './paragraph';
import parseSection from './section';
Expand Down

0 comments on commit 08c69f3

Please sign in to comment.