Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Jan 16, 2025
1 parent 1e160c9 commit 8fb3593
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples/example-twitter.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import { Core } from "../packages/core/src/core/core";
import {
tweetSchema,
TwitterClient,
} from "../packages/core/src/clients/twitter";
import { tweetSchema, TwitterClient } from "../packages/core/src/io/twitter";
import { RoomManager } from "../packages/core/src/core/room-manager";
import { ChromaVectorDB } from "../packages/core/src/core/vector-db";
import { Processor } from "../packages/core/src/core/processor";
Expand Down
File renamed without changes.

0 comments on commit 8fb3593

Please sign in to comment.