refactor(features): remove empty barrel files

Delete 2 empty barrel index.ts files:

- claude-tasks/index.ts

- mcp-oauth/index.ts

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YeonGyu-Kim
2026-02-23 02:43:11 +09:00
parent 96d51418d6
commit 830dcf8d2f
2 changed files with 0 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
export * from "./types"
export * from "./storage"
export * from "./session-storage"

View File

@@ -1,3 +0,0 @@
export * from "./schema"
export * from "./oauth-authorization-flow"
export * from "./provider"