mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-25 22:06:06 +00:00
feat: update eslint & prettier rules
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
export default function Home() {
|
||||
return (
|
||||
<div className={``}>
|
||||
|
||||
</div>
|
||||
);
|
||||
return <div className={``}></div>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user