Skip to content

Commit

Permalink
linter and clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonnetangsu committed Sep 26, 2023
1 parent 79ab80f commit 9a5eefe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions components/BlurryPoster/BlurryPoster.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { HTMLAttributes } from 'react';
import { Container } from '../Container';
import { FlexBox } from '../FlexBox';
import { Grid } from '../Grid';
import { Heading, Paragraph, Text, type HeadingType } from '../Typography';
import {
Heading, Paragraph, Text, type HeadingType,
} from '../Typography';
import { getProcessedImage } from '@/utilities/getProcessedImage';
import * as styles from './BlurryPoster.styles';

Expand Down
1 change: 0 additions & 1 deletion components/Homepage/IdealFellow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { Heading, Text } from '../Typography';
import { getProcessedImage } from '@/utilities/getProcessedImage';
import { Parallax } from '../Parallax/Parallax';
import { HeroIcon } from '../HeroIcon';
import { Hero } from '../Hero';

export const IdealFellow = () => {
const bgImage = getProcessedImage('https://a-us.storyblok.com/f/1005200/2560x1707/c4fba877e8/firefly-20230919145441.png', '2000x1600');
Expand Down

0 comments on commit 9a5eefe

Please sign in to comment.