mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-07 20:46:45 +00:00
🚧 process store pagination
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
import { useState } from "react";
|
||||
|
||||
type Tag = {
|
||||
export type Tag = {
|
||||
label: string;
|
||||
color: string;
|
||||
};
|
||||
|
||||
type Obj = {
|
||||
export type Obj = {
|
||||
module_name?: string;
|
||||
project_link?: string;
|
||||
name: string;
|
||||
|
Reference in New Issue
Block a user