File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
src/app/pkg/gofr/datasource/kv-store/nats Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ export const metadata = {
2+ other : {
3+ 'go-import' : 'gofr.dev git https://github.com/gofr-dev/gofr' ,
4+ 'go-source' : 'gofr.dev https://github.com/gofr-dev/gofr https://github.com/gofr-dev/gofr/tree/main{/dir} https://github.com/gofr-dev/gofr/blob/main{/dir}/{file}#L{line}'
5+ } ,
6+ }
7+
8+ export default function RootLayout ( { children } ) {
9+ return children
10+ }
Original file line number Diff line number Diff line change 1+ import React from 'react' ;
2+
3+
4+ const Page = ( ) => {
5+ return (
6+ < div className = { `flex justify-center items-center min-h-[70vh]` } >
7+ < div className = { `text-4xl font-semibold flex gap-3 flex-wrap justify-center` } >
8+ < span >
9+ </ span >
10+ < span className = { `text-sky-400` } > </ span >
11+ </ div >
12+ </ div >
13+ ) ;
14+ } ;
15+
16+ export default Page ;
You can’t perform that action at this time.
0 commit comments