Skip to content

Commit

Permalink
fix:remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
VishalRakholiya-iView committed Feb 22, 2024
1 parent f96d3a1 commit 3038204
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions packages/screens/Organizations/components/CreateDAOSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,8 @@ import { SpacerColumn, SpacerRow } from "@/components/spacer";
import { useNSAvailability } from "@/hooks/useNSAvailability";
import { useSelectedNetworkInfo } from "@/hooks/useSelectedNetwork";
import { NetworkKind } from "@/networks";
import {
neutral33,
neutral77,
// primaryColor,
// redDefault,
} from "@/utils/style/colors";
import {
// fontSemibold14,
fontSemibold20,
fontSemibold28,
} from "@/utils/style/fonts";
import { neutral33, neutral77 } from "@/utils/style/colors";
import { fontSemibold20, fontSemibold28 } from "@/utils/style/fonts";
import { layout } from "@/utils/style/layout";
import {
CreateDaoFormType,
Expand Down

0 comments on commit 3038204

Please sign in to comment.