Skip to main content
Sign in
Snippets Groups Projects
Commit 804329c2 authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Rename session.ts to sessions.ts.

parent 009ffc52
Branches
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ import { entityByKey } from "$lib/server/entities" ...@@ -3,7 +3,7 @@ import { entityByKey } from "$lib/server/entities"
import { metadata } from "$lib/server/metadata" import { metadata } from "$lib/server/metadata"
import { leafParametersName } from "$lib/server/parameters" import { leafParametersName } from "$lib/server/parameters"
import { testCases } from "$lib/server/situations" import { testCases } from "$lib/server/situations"
import type { Session } from "$lib/session" import type { Session } from "$lib/sessions"
export function getSession(): Session { export function getSession(): Session {
return { return {
... ...
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment