Skip to content

Commit

Permalink
run eslint during pre-commit to catch errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeesun Kim authored and Jeesun Kim committed Mar 14, 2024
1 parent 2be582a commit ae1a9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(sidebar)/account/create/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use client";

import { Card, Link, Text, Button, Icon } from "@stellar/design-system";
import { Card, Text, Button } from "@stellar/design-system";

import "../styles.scss";

Expand Down

0 comments on commit ae1a9ff

Please sign in to comment.