6 lines
101 B
TypeScript
6 lines
101 B
TypeScript
// Reexport your entry components here
|
|
|
|
import Cache from '$lib/server/cache.js';
|
|
|
|
export { Cache };
|