Skip to content

Commit

Permalink
Sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Dec 24, 2024
1 parent 6bb9bb5 commit f7589b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { useState } from "react";
import { matchSorter } from "match-sorter";
import { computed } from "nanostores";
import { useStore } from "@nanostores/react";
import { CrossIcon } from "@webstudio-is/icons";
import { isFeatureEnabled } from "@webstudio-is/feature-flags";
Expand Down Expand Up @@ -39,7 +40,6 @@ import {
import type { Publish } from "~/shared/pubsub";
import { $selectedPage } from "~/shared/awareness";
import { mapGroupBy } from "~/shared/shim";
import { computed } from "nanostores";

type Meta = {
name: string;
Expand Down

0 comments on commit f7589b7

Please sign in to comment.