mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
chore(ui): improve template dialog
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { create } from 'zustand'
|
||||
import { create } from "zustand";
|
||||
|
||||
interface Template {
|
||||
id: string;
|
||||
@@ -26,4 +26,4 @@ export const useStore = create<Store>((set) => ({
|
||||
setTemplates: (templates) => set({ templates }),
|
||||
githubStars: 0,
|
||||
setGithubStars: (count) => set({ githubStars: count }),
|
||||
}))
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user