import { VersionGraph } from '@start9labs/start-sdk' import { current, other } from './versions' export const versionGraph = VersionGraph.of({ current, other, })