Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/src/index.css
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@import './assets/Inter/inter.css';
@import 'frappe-ui/src/style.css';
@import 'frappe-ui/style.css';
5 changes: 2 additions & 3 deletions frontend/src/socket.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { io } from 'socket.io-client'
import { socketio_port } from '../../../../sites/common_site_config.json'
import { getCachedListResource } from 'frappe-ui/src/resources/listResource'
import { getCachedResource } from 'frappe-ui/src/resources/resources'
import { getCachedListResource, getCachedResource } from 'frappe-ui'

export function initSocket() {
let host = window.location.hostname
Expand All @@ -27,4 +26,4 @@ export function initSocket() {
})

return socket
}
}
2 changes: 1 addition & 1 deletion frontend/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import frappeUIPreset from 'frappe-ui/src/tailwind/preset'
import frappeUIPreset from 'frappe-ui/tailwind'
const colors = require('tailwindcss/colors')

export default {
Expand Down