import * as microsoft365 from "./microsoft365.js"; import * as spamtitan from "./spamtitan.js"; import * as powerschool from "./powerschool.js"; import * as classlink from "./classlink.js"; import * as apple from "./apple.js"; import * as drc from "./drc.js"; import * as finalsite from "./finalsite.js"; import * as googleWorkspace from "./google-workspace.js"; import * as follett from "./follett.js"; import * as edinsight from "./edinsight.js"; import * as raptor from "./raptor.js"; import * as schoolmessenger from "./schoolmessenger.js"; import * as fortinet from "./fortinet.js"; import * as mcgrawHill from "./mcgraw-hill.js"; import * as localInfrastructure from "./local-infrastructure.js"; export const providers = [ microsoft365, spamtitan, powerschool, classlink, apple, drc, finalsite, googleWorkspace, follett, edinsight, raptor, schoolmessenger, fortinet, mcgrawHill, localInfrastructure, ];