We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3244a2b commit 4ab7b5fCopy full SHA for 4ab7b5f
apps/othi/src/app/sudo/blog_tags/BlogTagTable.tsx
@@ -1,7 +1,7 @@
1
"use client";
2
3
import { useTable } from "lib";
4
-import { DataTable } from "ui/shared/table";
+import { DataTable } from "ui/shared/table/DataTable";
5
import { trpc } from "protocol";
6
import { useMemo } from "react";
7
import { blogTagColumns } from "./columns";
packages/ui/package.json
@@ -7,6 +7,7 @@
"exports": {
8
"./primitive/*": "./primitive/*.tsx",
9
"./primitive": "./primitive/index.tsx",
10
+ "./shared/*": "./shared/*.tsx",
11
"./postcss.config": "./postcss.config.js",
12
"./styles/globals.css": "./styles/globals.css"
13
},
0 commit comments