mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-18 20:09:25 +00:00
14 lines
210 B
TypeScript
14 lines
210 B
TypeScript
import React from "react";
|
|
import { Menu } from "./elements/menu";
|
|
import Link from 'next/link'
|
|
import styled from "styled-components";
|
|
|
|
|
|
export const Header = () => {
|
|
return (
|
|
<div>
|
|
</div>
|
|
);
|
|
};
|
|
|
|
|