fix(examples) using the new src directory instead of lib

This commit is contained in:
Benjamin Wegener
2024-02-02 17:32:08 +00:00
parent 39cee2c135
commit bdfc54cdfa

View File

@@ -1,4 +1,4 @@
import { LayServer } from '../lib';
import { LayServer } from '../src';
import { google } from 'googleapis';
class InfoController {