feat: format with prettier

This commit is contained in:
swve 2024-02-09 21:22:15 +01:00
parent 03fb09c3d6
commit a147ad6610
164 changed files with 11257 additions and 8154 deletions

View file

@ -1,12 +1,13 @@
'use client';
'use client'
import React from 'react'
import { Toaster } from 'react-hot-toast';
import { Toaster } from 'react-hot-toast'
function Toast() {
return (
<><Toaster /></>
)
return (
<>
<Toaster />
</>
)
}
export default Toast
export default Toast