Skip to content

Commit b646946

Browse files
committed
fixed lint
1 parent 5693720 commit b646946

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

src/components/habit/calendar.tsx

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/components/habit/view.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,18 @@ import { useRepoContext } from "@/components/repo/context"
44
import { TagPicker } from "@/components/tag/picker"
55
import { Button } from "@/components/ui/button"
66
import { Label } from "@/components/ui/label"
7+
import { Separator } from "@/components/ui/separator"
78
import { cn } from "@/lib/utils"
89
import { Completion_ButtonOptionsSchema } from "@/proto/models/v1/models_pb"
910
import { create } from "@bufbuild/protobuf"
1011
import { History, Pencil, RefreshCw, Trash2 } from "lucide-react"
1112
import React from "react"
1213

13-
import { Separator } from "../ui/separator"
1414
import { HabitBreakDialog } from "./break-dialog"
1515
import { CompletionButton } from "./button"
1616
import { ButtonForm } from "./button-form"
1717
import { CompletionButtons } from "./buttons"
1818
import { HabitChart } from "./chart"
19-
import { HabitDatePicker } from "./date-picker"
2019
import { HabitDescription } from "./description"
2120
import { FileButton } from "./file-button"
2221
import HabitForm from "./form"

0 commit comments

Comments
 (0)