mirror of
https://github.com/kmvan/x-prober.git
synced 2026-04-22 09:18:58 +08:00
rewrite project
This commit is contained in:
12
src/Components/ServerBenchmark/components/loader.ts
Normal file
12
src/Components/ServerBenchmark/components/loader.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import type { CardProps } from '@/Components/Card/components/typings.ts';
|
||||
import { gettext } from '@/Components/Language/index.ts';
|
||||
import { ServerBenchmarkConstants } from './constants.ts';
|
||||
import { ServerBenchmark as component } from './index.tsx';
|
||||
import { ServerBenchmarkNav as nav } from './nav.tsx';
|
||||
export const ServerBenchmarkLoader = (): CardProps => ({
|
||||
id: ServerBenchmarkConstants.id,
|
||||
title: gettext('Server Benchmark'),
|
||||
priority: 800,
|
||||
component,
|
||||
nav,
|
||||
});
|
||||
Reference in New Issue
Block a user