mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-07 22:15:49 +01:00
8 lines
119 B
TypeScript
8 lines
119 B
TypeScript
import { Welcome } from './Welcome';
|
|
|
|
export default {
|
|
title: 'Welcome',
|
|
};
|
|
|
|
export const Usage = () => <Welcome />;
|