mirror of
https://github.com/jwetzell/psn-js.git
synced 2026-08-18 13:44:20 +00:00
don't use directory or extensionless imports
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Chunk } from '../chunk';
|
||||
import { InfoTrackerNameChunk } from './info-tracker-name-chunk';
|
||||
import { Chunk } from '../chunk.js';
|
||||
import { InfoTrackerNameChunk } from './info-tracker-name-chunk.js';
|
||||
|
||||
export interface InfoTrackerChunkData {
|
||||
trackerName: InfoTrackerNameChunk;
|
||||
|
||||
Reference in New Issue
Block a user