mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
10 lines
155 B
JavaScript
10 lines
155 B
JavaScript
import React from 'react';
|
|
import Layout from '@theme/Layout';
|
|
|
|
export default function Hello() {
|
|
return (
|
|
<Layout>
|
|
</Layout>
|
|
);
|
|
}
|