Skip to content

Commit

Permalink
feat: add screaming arch
Browse files Browse the repository at this point in the history
  • Loading branch information
fbuireu committed Aug 7, 2024
1 parent 165b1f3 commit ca68bf8
Show file tree
Hide file tree
Showing 113 changed files with 391 additions and 388 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"lint:typecheck": "tsc --project . --noEmit"
},
"dependencies": {
"@astrojs/check": "^0.9.1",
"@astrojs/check": "^0.9.2",
"@astrojs/cloudflare": "^11.0.4",
"@astrojs/mdx": "^3.1.3",
"@astrojs/partytown": "^2.1.1",
Expand All @@ -66,7 +66,7 @@
"react-globe.gl": "^2.27.2",
"react-google-recaptcha-v3": "^1.10.1",
"react-hook-form": "^7.52.2",
"react-instantsearch": "^7.12.3",
"react-instantsearch": "^7.12.4",
"react-router-dom": "^6.26.0",
"resend": "^3.5.0",
"swiper": "^11.1.9",
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion src/shared/ui/components/cookieConsent/index.ts

This file was deleted.

This file was deleted.

176 changes: 0 additions & 176 deletions src/shared/ui/components/header/atoms/menu/menu.css

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion src/shared/ui/components/header/utils/toggleMenu/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/shared/ui/components/image/index.ts

This file was deleted.

This file was deleted.

54 changes: 0 additions & 54 deletions src/shared/ui/components/logo/logo.css

This file was deleted.

26 changes: 0 additions & 26 deletions src/shared/ui/components/scrollTop/scroll-top.css

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion src/shared/ui/components/spinner/index.ts

This file was deleted.

10 changes: 0 additions & 10 deletions src/shared/ui/components/spinner/spinner.css

This file was deleted.

1 change: 0 additions & 1 deletion src/shared/ui/utils/getFeaturedArticle/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/shared/ui/utils/getLocation/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/shared/ui/utils/slugify/index.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { Image } from "astro:assets";
import type { ArticleDTO } from "@application/dto/article/types";
import { ArticleType } from "@application/dto/article/types";
import { getLocation } from "@shared//ui/utils/getLocation";
import { getLocation } from "@ui/modules/core/utils/getLocation";
import clsx from "clsx";
import "./article-card.css";
Expand Down
Loading

0 comments on commit ca68bf8

Please sign in to comment.