mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 09:16:22 +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";
|
||||
|
||||
import { useState } from "react";
|
||||
import { MemberMentionPicker } from "@/components/chat-comments/member-mention-picker";
|
||||
import type { MemberOption } 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/types";
|
||||
|
||||
const fakeMembersData: MemberOption[] = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue