mirror of
https://github.com/kmvan/x-prober.git
synced 2026-04-23 10:39:01 +08:00
completed modules
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
import type { CardProps } from '@/Components/Card/components/typings.ts';
|
||||
import { gettext } from '@/Components/Language/index.ts';
|
||||
import type { ModuleProps } from '@/Components/Module/components/typings.ts';
|
||||
import { ServerBenchmarkConstants } from './constants.ts';
|
||||
import { ServerBenchmark as component } from './index.tsx';
|
||||
import { ServerBenchmark as content } from './index.tsx';
|
||||
import { ServerBenchmarkNav as nav } from './nav.tsx';
|
||||
export const ServerBenchmarkLoader = (): CardProps => ({
|
||||
export const ServerBenchmarkLoader: ModuleProps = {
|
||||
id: ServerBenchmarkConstants.id,
|
||||
title: gettext('Server Benchmark'),
|
||||
priority: 800,
|
||||
component,
|
||||
content,
|
||||
nav,
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user