|
@@ -6,7 +6,7 @@ import { ThemeProvider } from './theme/theme-provider'
|
|
import { MotionLazy } from './components/animate/motion-lazy'
|
|
import { MotionLazy } from './components/animate/motion-lazy'
|
|
import Toast from './components/toast'
|
|
import Toast from './components/toast'
|
|
|
|
|
|
-const a: boolean = 1
|
|
|
|
|
|
+const a: boolean = 'a'
|
|
console.log(a + '2')
|
|
console.log(a + '2')
|
|
const { VITE_APP_TITLE: APPTITLE } = import.meta.env
|
|
const { VITE_APP_TITLE: APPTITLE } = import.meta.env
|
|
|
|
|