mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2025-12-16 12:32:48 +00:00
chore(deps): upgrade @ianvs/prettier-plugin-sort-imports
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { PropsWithChildren, createContext, useContext, useState } from "react";
|
||||
import { createContext, PropsWithChildren, useContext, useState } from "react";
|
||||
|
||||
const SearchTextContext = createContext("");
|
||||
const SetSearchTextContext = createContext<(text: string) => void>(() => {});
|
||||
|
||||
Reference in New Issue
Block a user