mirror of
https://github.com/modrinth/code.git
synced 2026-08-28 18:45:15 +00:00
chore: pride month fundraiser conclusion (#6588)
* pride end blog post * Fix drago link * prepr oops
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { createContext } from '@modrinth/ui'
|
||||
import type { Ref } from 'vue'
|
||||
|
||||
/**
|
||||
* Informs the default layout of the current project ID, if any, because it can't be gleaned from the route which may be a slug
|
||||
*/
|
||||
export const [injectCurrentProjectId, provideCurrentProjectId] = createContext<
|
||||
Ref<string | undefined>
|
||||
>('root', 'currentProjectId')
|
||||
Reference in New Issue
Block a user