Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
arnog committed May 22, 2023
1 parent 72c18ff commit db9099d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core-atoms/box.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
} from '../core/atom-class';
import { Box } from '../core/box';
import { Context } from '../core/context';
import { joinLatex } from 'core/tokenizer';
import { joinLatex } from '../core/tokenizer';

export class BoxAtom extends Atom {
readonly framecolor?: LatexValue;
Expand Down

0 comments on commit db9099d

Please sign in to comment.