From 95f8d5762c0d02169b059ef80df6fd5f453ff7ff Mon Sep 17 00:00:00 2001 From: ztimson Date: Tue, 6 May 2025 16:01:57 -0400 Subject: [PATCH] Fixed import error --- index.html | 107 +++++++++++++++++++++++++++++++++++++++++++++----- src/search.ts | 2 +- 2 files changed, 99 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 571c05b..ec93f1e 100644 --- a/index.html +++ b/index.html @@ -1,15 +1,104 @@ - - - + + - @ztimson/utils sandbox + + + About Us | OurTrainingRoom + - +
+
+

+ E-learning has evolved significantly since its inception. Today, there's a shift towards + blended learning services, integrating online activities with practical, real-world applications. +

+
+ +
+

What We Do

+

At OurTrainingRoom.com, we specialize in content management and professional development training tailored for:

+
    +
  • School Boards
  • +
  • Municipalities
  • +
  • Hospitals
  • +
  • Large Corporations
  • +
+
+ +
+

Our Roots

+

+ Our parent company, The Auxilium Group, is a leader in online data management. + The formation of OurTrainingRoom.com was a natural progression to deliver state-of-the-art front-end e-learning programs. +

+
+ +
+

Our Approach

+

+ Built on principles of quality and continuous improvement, our diverse delivery range continues to grow. + We set new trends by enhancing our existing products and attentively listening to our clients and their employees. + This unique approach has solidified our position in the industry, making a substantial impact for our clients. +

+
+ +
+

Have a Question?

+

+ We value your inquiries and are here to assist you. Please reach out with any questions or feedback. +

+
+
+ + diff --git a/src/search.ts b/src/search.ts index a727820..3f604c6 100644 --- a/src/search.ts +++ b/src/search.ts @@ -1,4 +1,4 @@ -import {dotNotation, JSONAttemptParse} from '@ztimson/utils'; +import {dotNotation, JSONAttemptParse} from './objects.ts'; export function search(rows: any[], search: string, regex?: boolean, transform: Function = (r: any) => r) { if(!rows) return [];