, .
:
import IntroductionPage from './IntroductionPage'
, IntroductionPage :
export default 50
, :
import IntroductionPage from './IntroductionPage'
import MySample from './IntroductionPage'
import Test from './IntroductionPage'
, IntroductionPage.
named import, IntroductionPage:
import { IntroductionPage } from './IntroductionPage'
, IntroductionPage named export, IntroductionPage:
export const IntroductionPage = 52
, :
import { IntroductionPage } from './IntroductionPage'
import { mySample } from './IntroductionPage'
import { Test} from './IntroductionPage'
, IntroductionPage:
export const IntroductionPage = 50
export const mySample = 51
export const Test= 52
, , (, ). :
import IntroductionPage, { mySample, Test } from './IntroductionPage'
IntroductionPage , mySample Test, .
export default 50
export const mySample= 51
export const Test= 52
:
import X, { mySample as myTest, Test as myTest2} from './IntroductionPage'