mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-04 02:32:57 +00:00
6 lines
132 B
TypeScript
6 lines
132 B
TypeScript
declare module './pages/DashboardPage' {
|
|
import { FC } from 'react';
|
|
const DashboardPage: FC;
|
|
export default DashboardPage;
|
|
}
|