Skip to content

Commit

Permalink
Lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrià Martínez committed Apr 30, 2024
1 parent d3c000e commit 98823ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions src/app/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ import {
SpacingXXL,
TitleXXL,
} from "@/app/genericComponents/tokens";
import {
PrimaryButton,
SecondaryButton,
SecondaryOutlineButton,
} from "@/app/genericComponents/Buttons";
import { SecondaryOutlineButton } from "@/app/genericComponents/Buttons";
import { silom } from "@/app/genericComponents/fonts";
import React from "react";

Expand Down
6 changes: 1 addition & 5 deletions src/app/components/Trailer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ import {
SpacingM,
SpacingS,
} from "@/app/genericComponents/tokens";
import {
PrimaryButton,
SecondaryButton,
SecondaryOutlineButton,
} from "@/app/genericComponents/Buttons";
import { SecondaryOutlineButton } from "@/app/genericComponents/Buttons";
import { silom } from "@/app/genericComponents/fonts";
import React from "react";

Expand Down

0 comments on commit 98823ea

Please sign in to comment.