Skip to content

Commit

Permalink
fix(lambda-tiler): corrected an invalid import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tawera-manaena committed Oct 22, 2024
1 parent 18af34b commit 8304f90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import assert, { strictEqual } from 'node:assert';
import { afterEach, before, describe, it } from 'node:test';

import { copyright, createLicensorAttribution } from '@basemaps/attribution/build/utils/utils.js';
import { copyright, createLicensorAttribution } from '@basemaps/attribution/build/utils.js';
import { ConfigProviderMemory, StyleJson } from '@basemaps/config';
import { StacProvider } from '@basemaps/geo';
import { Env } from '@basemaps/shared';
Expand Down

0 comments on commit 8304f90

Please sign in to comment.