Help with an exported function in a TypeScript/JavaScript project?

kinda late but I suspect it’s a syntax issue

try using import { showToast } from "...";

read more here: Understanding JavaScript Exports: Default Export vs. Named Export (dev.to link)