Skip to content

Commit

Permalink
fix: use cn instead of clsx
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed May 14, 2024
1 parent 853ce70 commit 3180820
Show file tree
Hide file tree
Showing 100 changed files with 562 additions and 254 deletions.
2 changes: 1 addition & 1 deletion app/app.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
packages = {
app = unstablePkgs.buildNpmPackage {
npmDepsHash = "sha256-SodkO7kH5MBNKyqNRr9w38ktD1GDFclXNw6N9tbK+dE=";
npmDepsHash = "sha256-ugGWmMbvSuvMXLjkfWfwWUfujwezLsD7Oq0jV4xPHh0=";
src = ./.;
sourceRoot = "app";
npmFlags = [ "--legacy-peer-deps" ];
Expand Down
2 changes: 1 addition & 1 deletion app/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"baseColor": "slate"
},
"aliases": {
"components": "$/lib/components",
"components": "$lib/components",
"utils": "$lib/utilities/shadcn"
},
"typescript": true
Expand Down
Loading

0 comments on commit 3180820

Please sign in to comment.