File size: 322 Bytes
f5071ca
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import Weird from './weird.png'
import Profile from './profile.jpg'
import Smile from './smile.png'
import Normal from './normal.jpg'
import NetflixLogo from './netflix.png'
import LoginBackground from './landingPage.jpg'

export {
    Weird, 
    Profile, 
    Smile, 
    Normal,
    NetflixLogo, 
    LoginBackground
}