From bd4be8dbec18b16f6a4094e29de5cd3cef147d91 Mon Sep 17 00:00:00 2001 From: Bruno Bernardino Date: Thu, 4 Apr 2024 12:54:49 +0100 Subject: [PATCH] Formatting --- routes/files/open/[fileName].tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/files/open/[fileName].tsx b/routes/files/open/[fileName].tsx index dda10ed..498a171 100644 --- a/routes/files/open/[fileName].tsx +++ b/routes/files/open/[fileName].tsx @@ -1,7 +1,7 @@ import { Handlers } from 'fresh/server.ts'; import { FreshContextState } from '/lib/types.ts'; -import { getFile, getDirectoryAccess, getFileAccess } from '/lib/data/files.ts'; +import { getDirectoryAccess, getFile, getFileAccess } from '/lib/data/files.ts'; interface Data {}