File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,13 @@ import { createRoot } from "react-dom/client";
2
2
import "./index.css" ;
3
3
import { App } from "./App" ;
4
4
5
- console . info ( ` ▄█▀ ▀█▄
6
- ▄▄ ▀▀▀ █▌ ██▀▀█▄ ▐█
7
- ▄▄██▀▀█▄▄▄ ██ ██ █▀▀█ ▐█▀▀██ ▄█▀▀█ █▀▀
8
- █▌ ▄▌ ▐█ █▌ ▀█▄▄▄█▌ █ █ ▐█ ██ ██▀▀ █
9
- ██████▀▄█ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀▀ ▀▀▀▀ ▀
5
+ console . info ( ` -####### +######- ########+ ########## ########+. ###########
6
+ +#####--###### +#####--#####+ ############ ########## ####+++#####- ###########
7
+ ####- -#### ####- ##### #### ####+ #### #### .#### ###########
8
+ .#### #### #### #### #### ######### ####...+##+ ###########
9
+ ####. .#### #### +#### #### +#### #### ####+####### ###########
10
+ #####- -##### ######..###### ############- ########## #### ##### ###########
11
+ .########+ -########. #########+ ########## #### .#### ###########
10
12
` ) ;
11
13
12
14
const element = document . getElementById ( "root" ) ;
You can’t perform that action at this time.
0 commit comments