From bdfc54cdfaf70fca034faf3aca7909d8aa2c5909 Mon Sep 17 00:00:00 2001 From: Benjamin Wegener Date: Fri, 2 Feb 2024 17:32:08 +0000 Subject: [PATCH] fix(examples) using the new src directory instead of lib --- examples/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/index.js b/examples/index.js index 1fde172..0f7413d 100644 --- a/examples/index.js +++ b/examples/index.js @@ -1,4 +1,4 @@ -import { LayServer } from '../lib'; +import { LayServer } from '../src'; import { google } from 'googleapis'; class InfoController {