fix: dont import node:path in clientside components
This commit is contained in:
@@ -6,7 +6,7 @@ import { Movie } from "@lib/resource/movies.ts";
|
||||
import { Article } from "@lib/resource/articles.ts";
|
||||
import { Recipe } from "@lib/resource/recipes.ts";
|
||||
import { Series } from "@lib/resource/series.ts";
|
||||
import { fetchResource } from "./resources.ts";
|
||||
import { fetchResource } from "./marka.ts";
|
||||
|
||||
type ResourceType = keyof typeof resources;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user