Skip to content

Commit

Permalink
remove unneeded change
Browse files Browse the repository at this point in the history
  • Loading branch information
shoumaw committed Feb 5, 2025
1 parent 64a991d commit f6b19f8
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
import React from "react";

import Heading from "@atlaskit/heading";
import { Label } from "@atlaskit/form";
import Select from "@atlaskit/select";

const selectStyle =
"min-w-[345px] bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 p-2 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500";

import { useTimingCalculations } from "./hooks/useTimingCalculations";

function getPadding(depth: number) {
Expand Down

0 comments on commit f6b19f8

Please sign in to comment.