Skip to content

Commit

Permalink
feat(web&ai-workspace-common): move common logic to ai-workspace-common
Browse files Browse the repository at this point in the history
  • Loading branch information
pftom committed May 31, 2024
1 parent 7f28305 commit 38b4ae0
Show file tree
Hide file tree
Showing 252 changed files with 453 additions and 17,937 deletions.
6 changes: 3 additions & 3 deletions apps/web/src/@types/i18next.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import resources from './resources';
import resources from "@refly/ai-workspace-common/types/resource"

declare module 'i18next' {
declare module "i18next" {
interface CustomTypeOptions {
resources: typeof resources;
resources: typeof resources
// if you see an error like: "Argument of type 'DefaultTFuncReturn' is not assignable to parameter of type xyz"
// set returnNull to false (and also in the i18next init options)
// returnNull: false;
Expand Down
4 changes: 0 additions & 4 deletions apps/web/src/components/ask-follow-up-modal/index.scss

This file was deleted.

100 changes: 0 additions & 100 deletions apps/web/src/components/ask-follow-up-modal/index.tsx

This file was deleted.

80 changes: 0 additions & 80 deletions apps/web/src/components/conv-list/index.scss

This file was deleted.

180 changes: 0 additions & 180 deletions apps/web/src/components/conv-list/index.tsx

This file was deleted.

Loading

0 comments on commit 38b4ae0

Please sign in to comment.