Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
FMT
  • Loading branch information
BrunoQuaresma committed Apr 4, 2025
commit a54d612a351e0c98febab0e995ce2a04ea521c4b
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ import { Button } from "components/Button/Button";
import { EmptyState } from "components/EmptyState/EmptyState";
import { Link } from "components/Link/Link";
import { Loader } from "components/Loader/Loader";
import {
SettingsHeader,
SettingsHeaderDescription,
SettingsHeaderTitle,
} from "components/SettingsHeader/SettingsHeader";
import {
Select,
SelectContent,
Expand All @@ -20,6 +15,11 @@ import {
SelectTrigger,
SelectValue,
} from "components/Select/Select";
import {
SettingsHeader,
SettingsHeaderDescription,
SettingsHeaderTitle,
} from "components/SettingsHeader/SettingsHeader";
import {
StatusIndicator,
StatusIndicatorDot,
Expand Down
Loading