Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Apr 29, 2024
1 parent 2c84f63 commit 49681e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/utils/transition/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { config } from '@global/config';
import { Build, writeTask } from '@stencil/core';

import {
Expand All @@ -7,7 +8,6 @@ import {
LIFECYCLE_WILL_LEAVE,
} from '../../components/nav/constants';
import type { NavOptions, NavDirection } from '../../components/nav/nav-interface';
import { config } from '@global/config';
import type { Animation, AnimationBuilder } from '../animation/animation-interface';
import { createFocusController } from '../focus-controller';
import { raf } from '../helpers';
Expand Down

0 comments on commit 49681e5

Please sign in to comment.