chore: Move index.ts to src.

This commit is contained in:
Ruben Verborgh
2020-12-07 18:01:37 +01:00
committed by Joachim Van Herwegen
parent 0f56b715ae
commit f3f0724f83
11 changed files with 212 additions and 212 deletions

View File

@@ -2,7 +2,7 @@ import type {
DataAccessor,
HttpHandler,
ResourceStore,
} from '../../index';
} from '../../src/index';
import {
AllowEverythingAuthorizer,
AuthenticatedLdpHandler,
@@ -12,7 +12,7 @@ import {
QuadToRdfConverter,
RawBodyParser,
RdfToQuadConverter,
} from '../../index';
} from '../../src/index';
import type { ServerConfig } from './ServerConfig';
import {
getOperationHandler,