Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Sutula <[email protected]>
  • Loading branch information
asutula committed Oct 10, 2024
1 parent 6acba0f commit bdc5d65
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lib/features.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
import { type Feature } from "@/lib/types"
import { FaDatabase, FaLock, FaBriefcase, FaLink, FaDollarSign } from "react-icons/fa"
import {
FaDatabase,
FaLock,
FaBriefcase,
FaLink,
FaDollarSign,
} from "react-icons/fa"

const features: Feature[] = [
{
Expand Down

0 comments on commit bdc5d65

Please sign in to comment.