|
|
|
@ -17,19 +17,19 @@ Vue.directive('b-popover', VBPopover)
|
|
|
|
|
import SplashPage from './components/SplashPage'
|
|
|
|
|
import AboutPage from './components/AboutPage'
|
|
|
|
|
import EditorNote from './components/EditorNote'
|
|
|
|
|
import leekpilaf from './components/leekpilaf'
|
|
|
|
|
import eggs from './components/eggs'
|
|
|
|
|
import breakfast from './components/breakfast'
|
|
|
|
|
import pesto from './components/pesto'
|
|
|
|
|
import bbq from './components/bbq'
|
|
|
|
|
import cake from './components/cake'
|
|
|
|
|
import cart from './components/cart'
|
|
|
|
|
import noodles from './components/noodles'
|
|
|
|
|
import onion from './components/onion'
|
|
|
|
|
import pretzel from './components/pretzel'
|
|
|
|
|
import recipe from './components/recipe'
|
|
|
|
|
import ricecooker from './components/ricecooker'
|
|
|
|
|
import scooter from './components/scooter'
|
|
|
|
|
import leekpilaf from './components/edition1/leekpilaf'
|
|
|
|
|
import eggs from './components/edition1/eggs'
|
|
|
|
|
import breakfast from './components/edition1/breakfast'
|
|
|
|
|
import pesto from './components/edition1/pesto'
|
|
|
|
|
import bbq from './components/edition1/bbq'
|
|
|
|
|
import cake from './components/edition1/cake'
|
|
|
|
|
import cart from './components/edition1/cart'
|
|
|
|
|
import noodles from './components/edition1/noodles'
|
|
|
|
|
import onion from './components/edition1/onion'
|
|
|
|
|
import pretzel from './components/edition1/pretzel'
|
|
|
|
|
import recipe from './components/edition1/recipe'
|
|
|
|
|
import ricecooker from './components/edition1/ricecooker'
|
|
|
|
|
import scooter from './components/edition1/scooter'
|
|
|
|
|
import OpenCallPage from './components/OpenCallPage'
|
|
|
|
|
import SecondEditionPage from './components/SecondEditionPage'
|
|
|
|
|
import EditorNote2 from './components/EditorNote2'
|
|
|
|
|