Skip to content

Commit 3f8405a

Browse files
committed
fix(user-data): remove nonexistent exports
1 parent ef94ff8 commit 3f8405a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export type { Stats, ReadAllResult, ReadAllWithStatsResult } from './user-data';
1+
export type { ReadAllResult } from './user-data';
22
export { IUserData, FileUserData } from './user-data';
33
export { z } from 'zod';

packages/compass-user-data/src/user-data.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import fs from 'fs/promises';
2-
import { Stats } from 'fs';
32
import os from 'os';
43
import path from 'path';
54
import { expect } from 'chai';

0 commit comments

Comments
 (0)