Skip to content

Commit

Permalink
Merge branch 'codetorso' of https://github.com/Dhravya/supermemory in…
Browse files Browse the repository at this point in the history
…to codetorso
  • Loading branch information
Dhravya committed Jun 14, 2024
2 parents 80a2c6b + d5a8117 commit ac3b161
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 238 deletions.
37 changes: 0 additions & 37 deletions apps/an-extension/README.md

This file was deleted.

25 changes: 0 additions & 25 deletions apps/an-extension/background.ts

This file was deleted.

45 changes: 0 additions & 45 deletions apps/an-extension/content/ContentApp.tsx

This file was deleted.

3 changes: 0 additions & 3 deletions apps/an-extension/content/base.css

This file was deleted.

9 changes: 0 additions & 9 deletions apps/an-extension/content/content.css

This file was deleted.

15 changes: 0 additions & 15 deletions apps/an-extension/content/content.tsx

This file was deleted.

9 changes: 0 additions & 9 deletions apps/an-extension/extension-env.d.ts

This file was deleted.

11 changes: 0 additions & 11 deletions apps/an-extension/index.html

This file was deleted.

29 changes: 0 additions & 29 deletions apps/an-extension/manifest.json

This file was deleted.

20 changes: 0 additions & 20 deletions apps/an-extension/package.json

This file was deleted.

6 changes: 0 additions & 6 deletions apps/an-extension/postcss.config.js

This file was deleted.

Binary file removed apps/an-extension/public/icon/logo(16).png
Binary file not shown.
Binary file removed apps/an-extension/public/icon/logo(48).png
Binary file not shown.
9 changes: 0 additions & 9 deletions apps/an-extension/tailwind.config.js

This file was deleted.

19 changes: 0 additions & 19 deletions apps/an-extension/tsconfig.json

This file was deleted.

2 changes: 1 addition & 1 deletion packages/ui/shadcn/use-toast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Inspired by react-hot-toast library
import * as React from "react";

import type { ToastActionElement, ToastProps } from "@repo/ui/shadcn/toast";
import type { ToastActionElement, ToastProps } from "packages/ui/src/toast";

const TOAST_LIMIT = 1;
const TOAST_REMOVE_DELAY = 1000000;
Expand Down

0 comments on commit ac3b161

Please sign in to comment.