mirror of
https://github.com/MinecraftConsole/MinecraftLegacy.git
synced 2026-07-16 05:21:02 +00:00
Update README
This commit is contained in:
@@ -45,7 +45,7 @@ Push the built `dist/` output to your Cloudflare Pages project.
|
||||
## Stack
|
||||
|
||||
- React 18
|
||||
- Vite 5
|
||||
- Vite 8
|
||||
- Minecraft font (`typeface-minecraft`)
|
||||
- Cloudflare Pages
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { create } from "zustand";
|
||||
|
||||
// Types
|
||||
import { IProjects } from "../types/projects";
|
||||
import { IProjects } from "@/types/projects";
|
||||
|
||||
type State = {
|
||||
loading: boolean;
|
||||
@@ -25,4 +25,4 @@ const useRepoStore = create<State & Actions>((set) => ({
|
||||
setError: (error) => set(() => ({ error })),
|
||||
}));
|
||||
|
||||
export default useRepoStore;
|
||||
export default useRepoStore;
|
||||
Reference in New Issue
Block a user