mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-05 13:52:40 +02:00
refactor(web): remove barrel file, use direct imports
This commit is contained in:
parent
62a45e204e
commit
90a8a17c88
2 changed files with 2 additions and 6 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import { useState } from "react";
|
import { useState } from "react";
|
||||||
import { MemberMentionPicker } from "@/components/chat-comments/member-mention-picker";
|
import { MemberMentionPicker } from "@/components/chat-comments/member-mention-picker/member-mention-picker";
|
||||||
import type { MemberOption } from "@/components/chat-comments/member-mention-picker";
|
import type { MemberOption } from "@/components/chat-comments/member-mention-picker/types";
|
||||||
|
|
||||||
const fakeMembersData: MemberOption[] = [
|
const fakeMembersData: MemberOption[] = [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
export { MemberMentionPicker } from "./member-mention-picker";
|
|
||||||
export { MemberMentionItem } from "./member-mention-item";
|
|
||||||
export type { MemberOption, MemberMentionPickerProps, MemberMentionItemProps } from "./types";
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue