Skip to content

Commit

Permalink
- fix imports order after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
souljja committed Feb 29, 2024
1 parent f57694f commit e73bcf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/information-section/information-section.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import provideImage from "@/assets/images/provide.png";
import { Button } from "@/components/button/button.tsx";
import { InformationCard } from "@/components/information-card/information-card.tsx";
import { WavyCard } from "@/components/wavy-card/wavy-card.tsx";
import provideImage from "@/assets/images/provide.png";
import "./information-section.scss";

export interface InformationSectionProps {
Expand Down

0 comments on commit e73bcf5

Please sign in to comment.