konnos
Dashboard
flndrn
Briven
apps
studio
components
interfaces
Settings
Logs
Logs.Divider.tsx
Logs.Divider.tsx
7 lines ·
main
1
const LogsDivider = () => {
2
return (
3
<div className="h-px w-full bg-panel-border-interior-light in-data-[theme*=dark]:bg-panel-border-interior-dark"></div>
4
)
5
}
6
7
export default LogsDivider