Initial Commit
All checks were successful
Build and Push Docker Image / build (push) Successful in 3m6s
All checks were successful
Build and Push Docker Image / build (push) Successful in 3m6s
This commit is contained in:
13
src/components/Header.tsx
Normal file
13
src/components/Header.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Link } from '@tanstack/solid-router'
|
||||
|
||||
import TanStackQueryHeaderUser from '../integrations/tanstack-query/header-user.tsx'
|
||||
|
||||
export default function Header() {
|
||||
return (
|
||||
<div class="flex items-center justify-between px-4">
|
||||
<Link to="/">Home</Link>
|
||||
<Link to="/todo">Todo</Link>
|
||||
<TanStackQueryHeaderUser />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user