mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Move index.ts to src.
This commit is contained in:
committed by
Joachim Van Herwegen
parent
0f56b715ae
commit
f3f0724f83
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user