## feat
- Create function
- Get list by status id
- Get one vote by id
### No issuue
This commit is contained in:
2024-02-09 17:50:38 +08:00
parent e6c120bf75
commit 0dd8e287f4
94 changed files with 1522 additions and 224 deletions

View File

@@ -1,4 +1,4 @@
import { LayoutVote_DetailDraft } from "@/app_modules/vote";
import { LayoutVote_DetailDraft } from "@/app_modules/voting";
import React from "react";
export default function Layout({ children }: { children: React.ReactNode }) {

View File

@@ -1,4 +1,4 @@
import { Vote_DetailDraft } from "@/app_modules/vote";
import { Vote_DetailDraft } from "@/app_modules/voting";
export default function Page() {
return (