Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
kareniel committed Mar 10, 2024
1 parent 025d1fd commit 9b0fda3
Show file tree
Hide file tree
Showing 17 changed files with 28,602 additions and 4,059 deletions.
24,218 changes: 24,218 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions play/.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
VITE_AUTH0_DOMAIN=kernelquest-dev.us.auth0.com
VITE_AUTH0_CLIENT_ID=FOOgdTqNhMdCdbnZnyHwQxcryFxjWial
VITE_AUTH0_AUDIENCE=http://localhost:3000
240 changes: 230 additions & 10 deletions play/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions play/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<script setup lang="ts">
import { RouterLink, RouterView } from 'vue-router'
import NavBar from './components/NavBar.vue'
import LayoutFooter from './components/LayoutFooter.vue'
import Footer from './components/Footer.vue'
</script>

<template>
<NavBar/>
<main class="w-100 h-100 flex flex-column items-center justify-start pv4 ">
<RouterView style="width: 55rem;"/>
</main>
<LayoutFooter/>
<Footer/>
</template>
File renamed without changes.
Loading

0 comments on commit 9b0fda3

Please sign in to comment.