Skip to content

Commit

Permalink
Add other repos
Browse files Browse the repository at this point in the history
  • Loading branch information
UserFrosting committed Dec 9, 2024
1 parent 6a35a1d commit e432183
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 6,053 deletions.
57 changes: 0 additions & 57 deletions .github/workflows/Frontend.yml

This file was deleted.

2 changes: 1 addition & 1 deletion app/assets/interfaces/sprunjer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Represents the interface for the Sprunjer composable.
*/
import type { Ref, ComputedRef } from 'vue'
import type { AssociativeArray } from '../interfaces'
import type { AssociativeArray } from '.'

export interface Sprunjer {
dataUrl: any
Expand Down
2 changes: 1 addition & 1 deletion app/assets/tests/plugin.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { describe, expect, test, vi } from 'vitest'
import { useConfigStore } from '../stores/config'
import plugin from '../'
import plugin from '..'
import * as Config from '../stores/config'

const mockConfigStore = {
Expand Down
Loading

0 comments on commit e432183

Please sign in to comment.