fixed path

This commit is contained in:
Dustin Loring 2024-12-01 08:05:06 -05:00
parent b0b617dac7
commit 7574337002

View File

@ -14,7 +14,7 @@ import { saveAs } from 'file-saver';
import { Octokit, type RestEndpointMethodTypes } from '@octokit/rest';
import * as nodePath from 'node:path';
import { extractRelativePath } from '~/utils/diff';
import { description } from '~/persistence';
import { description } from '~/lib/persistence';
export interface ArtifactState {
id: string;