Skip to content

Commit

Permalink
ci(biome): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
simxnet committed Mar 30, 2024
1 parent 0b51b58 commit 36c3f00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/modules/bot/tabs/overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ export default function OverviewBotTab() {
return (
<div className="flex gap-3">
<div className="w-full">
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Vero amet saepe eligendi ab, possimus eum aliquid et nesciunt labore iste officia nulla, quia beatae eos ullam vel corrupti, magnam illum?
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Vero amet
saepe eligendi ab, possimus eum aliquid et nesciunt labore iste officia
nulla, quia beatae eos ullam vel corrupti, magnam illum?
</div>
<div className="w-1/3 flex flex-col gap-4">
<div className="flex flex-col gap-1">
Expand Down

0 comments on commit 36c3f00

Please sign in to comment.