mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-09 22:45:36 -04:00
12 lines
161 B
TypeScript
12 lines
161 B
TypeScript
import { icons } from "~/lib/icons";
|
|
|
|
export default defineNuxtPlugin(() => {
|
|
return {
|
|
provide: {
|
|
globals: {
|
|
icons,
|
|
},
|
|
},
|
|
};
|
|
});
|