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

@@ -1,5 +1,7 @@
import type { HttpHandler,
ResourceStore } from '../../index';
import type {
HttpHandler,
ResourceStore,
} from '../../src/index';
import {
AllowEverythingAuthorizer,
AuthenticatedLdpHandler,
@@ -11,7 +13,7 @@ import {
RdfToQuadConverter,
SparqlUpdateBodyParser,
SparqlPatchPermissionsExtractor,
} from '../../index';
} from '../../src/index';
import type { ServerConfig } from './ServerConfig';
import {