File tree 3 files changed +17
-17
lines changed
3 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1
- import React , { useState , useEffect } from " react" ;
2
- import " ../index.css" ;
3
- import logo from " ../assets/aossie_logo .png" ;
4
- import starsImg from " ../assets/stars.png" ;
5
- import arrow from " ../assets/arrow.png" ;
6
- import gitStar from " ../assets/gitStar.png" ;
7
- import { FaGithub } from " react-icons/fa" ;
1
+ import React , { useState , useEffect } from ' react' ;
2
+ import ' ../index.css' ;
3
+ import logo from ' ../assets/aossie_logo_transparent .png' ;
4
+ import starsImg from ' ../assets/stars.png' ;
5
+ import arrow from ' ../assets/arrow.png' ;
6
+ import gitStar from ' ../assets/gitStar.png' ;
7
+ import { FaGithub } from ' react-icons/fa' ;
8
8
9
9
const Home = ( ) => {
10
10
const [ stars , setStars ] = useState ( null ) ;
Original file line number Diff line number Diff line change 1
- import React , { useState } from " react" ;
2
- import " ../index.css" ;
3
- import logo from " ../assets/aossie_logo .png" ;
1
+ import React , { useState } from ' react' ;
2
+ import ' ../index.css' ;
3
+ import logo from ' ../assets/aossie_logo_transparent .png' ;
4
4
5
5
const Question_Type = ( ) => {
6
6
const [ selectedOption , setSelectedOption ] = useState ( null ) ;
Original file line number Diff line number Diff line change 1
- import React , { useState , useRef } from " react" ;
2
- import " ../index.css" ;
3
- import logo from " ../assets/aossie_logo .png" ;
4
- import stars from " ../assets/stars.png" ;
5
- import cloud from " ../assets/cloud.png" ;
6
- import { FaClipboard } from " react-icons/fa" ;
7
- import Switch from " react-switch" ;
1
+ import React , { useState , useRef } from ' react' ;
2
+ import ' ../index.css' ;
3
+ import logo from ' ../assets/aossie_logo_transparent .png' ;
4
+ import stars from ' ../assets/stars.png' ;
5
+ import cloud from ' ../assets/cloud.png' ;
6
+ import { FaClipboard } from ' react-icons/fa' ;
7
+ import Switch from ' react-switch' ;
8
8
9
9
const Text_Input = ( ) => {
10
10
const [ text , setText ] = useState ( "" ) ;
You can’t perform that action at this time.
0 commit comments