refactor: restructure folder layout

This commit is contained in:
afn
2022-12-25 01:46:45 -05:00
parent 6ea64ef873
commit c60a0a7731
39 changed files with 578 additions and 410 deletions

View File

@@ -97,7 +97,7 @@ export class API<T> implements Readable<T> {
}
// API Endpoints
import type { Patch, Repository, Tool } from '../types';
import type { Patch, Repository, Tool } from '../../utils/types';
import { dev_log } from '$lib/utils';
export type ReposData = Repository[];