File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import React, { useState } from 'react'
22import { BsMortarboardFill } from "react-icons/bs" ;
33import { Link } from 'react-router-dom' ;
44import axios from 'axios'
5+ import secureLocalStorage from "react-secure-storage" ;
56import './styles/app.css'
67import '@jehankandy/jkcss/src/layout/columns/columns.css'
78import '@jehankandy/jkcss/src/buttons/button.css'
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import React, { useState } from 'react'
22import { BsMortarboardFill } from "react-icons/bs" ;
33import { Link } from 'react-router-dom' ;
44import axios from 'axios'
5+ import secureLocalStorage from "react-secure-storage" ;
56
67const SignIn = ( ) => {
78 // for login data
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const argv = require('yargs').argv;
55const source = argv . source || path . join ( __dirname , 'LoginSignUp' ) ;
66const destination = argv . destination || path . join ( process . cwd ( ) , 'src/components/LoginSignUp' ) ;
77
8- const sourceApp = argv . source || path . join ( __dirname , 'App/App.jsx ' ) ;
8+ const sourceApp = argv . source || path . join ( __dirname , 'App' ) ;
99const destinationApp = argv . destination || path . join ( process . cwd ( ) , 'src/' ) ;
1010
1111const sourceTW = argv . source || path . join ( __dirname , 'LoginSignUpTW' ) ;
You can’t perform that action at this time.
0 commit comments