Fixing another page with locale data

This commit is contained in:
Keith Stevens
2023-01-21 19:03:12 +09:00
parent b9ce2fb140
commit e756e5d992
+1
View File
@@ -2,6 +2,7 @@ import Head from "next/head";
import { TaskOption } from "src/components/Dashboard";
import { getDashboardLayout } from "src/components/Layout";
import { TaskCategory } from "src/components/Tasks/TaskTypes";
export { getDefaultStaticProps as getStaticProps } from "src/lib/default_static_props";
const AllTasks = () => {
return (