🚧 process store pagination

This commit is contained in:
yanyongyu
2021-12-30 16:05:05 +08:00
parent d1706e438b
commit 2beed6bf16
11 changed files with 242 additions and 40 deletions

View File

@ -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;