Skip to content

Commit 3282f5b

Browse files
Copilothotlong
andcommitted
refactor: clean up view.zod.ts import/export pattern per code review
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent e676937 commit 3282f5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/spec/src/ui/view.zod.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ import { ResponsiveConfigSchema, PerformanceConfigSchema } from './responsive.zo
88

99
/**
1010
* HTTP Method Enum & HTTP Request Schema
11-
* Re-exported from shared/http.zod.ts for backward compatibility.
11+
* Migrated to shared/http.zod.ts. Re-exported here for backward compatibility.
1212
*/
13-
export { HttpMethodSchema, HttpRequestSchema } from '../shared/http.zod';
1413
import { HttpMethodSchema, HttpRequestSchema } from '../shared/http.zod';
14+
export { HttpMethodSchema, HttpRequestSchema };
1515

1616
/**
1717
* View Data Source Configuration

0 commit comments

Comments
 (0)