how did this work before

This commit is contained in:
Khaleel Al-Adhami 2024-10-23 19:44:12 -07:00
parent 2fb0b449fd
commit ecaea4c38d
2 changed files with 3 additions and 1 deletions

View File

@ -59,6 +59,8 @@ export const initialEvents = () => [
{% else %}
export const state_name = undefined
export const exception_state_name = undefined
export const onLoadInternalEvent = () => []
export const initialEvents = () => []

View File

@ -12,7 +12,7 @@ import {
onLoadInternalEvent,
state_name,
exception_state_name,
} from "utils/context.js";
} from "$/utils/context.js";
import debounce from "$/utils/helpers/debounce";
import throttle from "$/utils/helpers/throttle";