mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
13 lines
170 B
TypeScript
13 lines
170 B
TypeScript
import React from "react";
|
|
import Link from 'next/link'
|
|
import styled from "styled-components";
|
|
|
|
|
|
export const Header = () => {
|
|
return (
|
|
<div>
|
|
</div>
|
|
);
|
|
};
|
|
|
|
|