Skip to content

Commit 4ab7b5f

Browse files
committed
lint
1 parent 3244a2b commit 4ab7b5f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

apps/othi/src/app/sudo/blog_tags/BlogTagTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use client";
22

33
import { useTable } from "lib";
4-
import { DataTable } from "ui/shared/table";
4+
import { DataTable } from "ui/shared/table/DataTable";
55
import { trpc } from "protocol";
66
import { useMemo } from "react";
77
import { blogTagColumns } from "./columns";

packages/ui/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"exports": {
88
"./primitive/*": "./primitive/*.tsx",
99
"./primitive": "./primitive/index.tsx",
10+
"./shared/*": "./shared/*.tsx",
1011
"./postcss.config": "./postcss.config.js",
1112
"./styles/globals.css": "./styles/globals.css"
1213
},

0 commit comments

Comments
 (0)