Skip to content

Commit

Permalink
fix: wrong import path
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperloris committed Sep 14, 2022
1 parent 99382ba commit c4372a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/util/get-tile38-client.ts
@@ -1,5 +1,6 @@
import { Tile38 } from '@tiermobility/tile38-ts';
import { Tile38ModuleOptions } from 'lib/interfaces';

import { Tile38ModuleOptions } from './../interfaces';

export function getTile38Client(options: Tile38ModuleOptions): Tile38 {
const { url, followerUrl } = options;
Expand Down

0 comments on commit c4372a6

Please sign in to comment.