Skip to content

Commit

Permalink
refactor: use correct imports
Browse files Browse the repository at this point in the history
Co-authored-by: Morten Nordseth <43166974+mortennordseth@users.noreply.github.com>
  • Loading branch information
adriansberg and mortennordseth authored Nov 6, 2023
1 parent 7ec73e8 commit 851233a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { cleanup, render, screen } from '@testing-library/react';
import mockRouter from 'next-router-mock';
import { afterEach, describe, expect, it, vi } from 'vitest';
import { createDynamicRouteParser } from 'next-router-mock/dynamic-routes';
import { getQuayName, getStartModeAndPlace, TripPatternHeader } from '../index';
import { getQuayName, getStartModeAndPlace, TripPatternHeader } from '..';
import { tripPatternFixture } from './trip-pattern.fixture';
import {
AppCookiesProvider,
Expand Down

0 comments on commit 851233a

Please sign in to comment.