You've already forked AstralRinth
forked from didirus/AstralRinth
Organize components, switch auth to not use session
This commit is contained in:
@@ -47,8 +47,8 @@
|
||||
<script>
|
||||
import axios from 'axios'
|
||||
|
||||
import ModCard from '@/components/ProjectCard'
|
||||
import DashboardPage from '@/components/DashboardPage'
|
||||
import DashboardPage from '@/components/wrapper/DashboardPage'
|
||||
import ModCard from '~/components/ui/ProjectCard'
|
||||
import FollowIcon from '~/assets/images/utils/heart.svg?inline'
|
||||
import FollowIllustration from '~/assets/images/illustrations/follow_illustration.svg?inline'
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import DashboardPage from '@/components/DashboardPage'
|
||||
import DashboardPage from '@/components/wrapper/DashboardPage'
|
||||
export default {
|
||||
components: {
|
||||
DashboardPage,
|
||||
|
||||
@@ -88,8 +88,8 @@
|
||||
<script>
|
||||
import axios from 'axios'
|
||||
|
||||
import ModCard from '@/components/ProjectCard'
|
||||
import DashboardPage from '@/components/DashboardPage'
|
||||
import DashboardPage from '@/components/wrapper/DashboardPage'
|
||||
import ModCard from '~/components/ui/ProjectCard'
|
||||
import Security from '~/assets/images/illustrations/security.svg?inline'
|
||||
|
||||
export default {
|
||||
|
||||
@@ -52,7 +52,8 @@
|
||||
|
||||
<script>
|
||||
import axios from 'axios'
|
||||
import DashboardPage from '@/components/DashboardPage'
|
||||
|
||||
import DashboardPage from '@/components/wrapper/DashboardPage'
|
||||
import UpToDate from '~/assets/images/illustrations/up_to_date.svg?inline'
|
||||
|
||||
export default {
|
||||
|
||||
@@ -47,8 +47,9 @@
|
||||
|
||||
<script>
|
||||
import axios from 'axios'
|
||||
import ModCard from '@/components/ProjectCard'
|
||||
import DashboardPage from '@/components/DashboardPage'
|
||||
|
||||
import DashboardPage from '@/components/wrapper/DashboardPage'
|
||||
import ModCard from '~/components/ui/ProjectCard'
|
||||
import UpToDate from '~/assets/images/illustrations/up_to_date.svg?inline'
|
||||
|
||||
export default {
|
||||
|
||||
@@ -112,7 +112,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import DashboardPage from '@/components/DashboardPage'
|
||||
import DashboardPage from '@/components/wrapper/DashboardPage'
|
||||
import axios from 'axios'
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user