Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
HGGshiwo committed Jun 26, 2024
1 parent 1f85a2d commit a1ea7cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 127 deletions.
86 changes: 0 additions & 86 deletions example/assets/base.css

This file was deleted.

1 change: 0 additions & 1 deletion example/assets/logo.svg

This file was deleted.

35 changes: 0 additions & 35 deletions example/assets/main.css

This file was deleted.

9 changes: 4 additions & 5 deletions example/main.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import 'jspsych/css/jspsych.css';
import '../src/index.css'
import { createApp } from "vue";
import App from "./App.vue";
import 'jspsych/css/jspsych.css'
import { createApp } from 'vue'
import App from './App.vue'

const app = createApp(App)
app.mount("#app")
app.mount('#app')

0 comments on commit a1ea7cc

Please sign in to comment.