mirror of
https://github.com/theoleuthardt/werkzeugkiste.git
synced 2026-06-13 09:37:53 +00:00
feat: prettier init with formatted code files
This commit is contained in:
parent
5fcfb7ac40
commit
99ffeeafef
12 changed files with 87 additions and 55 deletions
|
|
@ -1,9 +1,9 @@
|
|||
import Navbar from '../components/Navbar';
|
||||
import Navbar from "../components/Navbar";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<div className="bg-black text-white font-noto">
|
||||
<Navbar renderHomeLink={false} />
|
||||
</div>
|
||||
return (
|
||||
<div className="bg-black text-white font-noto">
|
||||
<Navbar renderHomeLink={false} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue